Skip to content

Instantly share code, notes, and snippets.

@mostafasoufi
Created November 6, 2016 06:04
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 mostafasoufi/46cf23c777a1b24ec68537c6a7ad4c6d to your computer and use it in GitHub Desktop.
Save mostafasoufi/46cf23c777a1b24ec68537c6a7ad4c6d to your computer and use it in GitHub Desktop.
Get total post type from wordpress with Query
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