Skip to content

Instantly share code, notes, and snippets.

@bfintal
Created July 1, 2014 10:19
Show Gist options
  • Select an option

  • Save bfintal/5d2f542c0db585c9cb02 to your computer and use it in GitHub Desktop.

Select an option

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