Skip to content

Instantly share code, notes, and snippets.

@bfintal
Created July 1, 2014 10:19
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 bfintal/5d2f542c0db585c9cb02 to your computer and use it in GitHub Desktop.
Save bfintal/5d2f542c0db585c9cb02 to your computer and use it in GitHub Desktop.
global $wpdb;
$results = $wpdb->get_results( "select post_author, count(*) post_num from wp_posts where post_type in ('page', 'post', 'cpt') group by post_author" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment