I wanted to count number of posts (public, private, protected) according to a category name suppose blog
. To get all the posts no matter what category i used $total_pages = wp_count_posts()->publish;
But i cant figure out how to count number of posts for a category name blog