Skip to content

Instantly share code, notes, and snippets.

@geraintp
Created November 22, 2014 16:26
Show Gist options
  • Save geraintp/52547996a7e174fb8424 to your computer and use it in GitHub Desktop.
Save geraintp/52547996a7e174fb8424 to your computer and use it in GitHub Desktop.
count post_types
SELECT `post_type`,COUNT(*) FROM `wp_posts` GROUP BY `post_type`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment