Skip to content

Instantly share code, notes, and snippets.

@ryanimel
Created December 23, 2011 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanimel/1514035 to your computer and use it in GitHub Desktop.
Save ryanimel/1514035 to your computer and use it in GitHub Desktop.
<?php
$post_count = get_usernumposts( $authorid );
echo number_format( $post_count );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment