Title: wp_count_posts &#8211; specific category
Last modified: August 19, 2016

---

# wp_count_posts – specific category

 *  [deadlyhifi](https://wordpress.org/support/users/tomdebruin/)
 * (@tomdebruin)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wp_count_posts-specific-category/)
 * I have got a full post count using the wp_count_posts method (see below). But
   I want to display post count for a specific category. Does wp_count_posts support
   this yet?
 * [wp_count_posts in Codex](http://codex.wordpress.org/Template_Tags/wp_count_posts)
 *     ```
       <?php
       $count_posts = wp_count_posts();
       $published_posts = $count_posts->publish;
       echo 'Total published items: '.$published_posts;
       ?>
       ```
   
 * edit: version 2.5.1 used.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ivovic](https://wordpress.org/support/users/ivovic/)
 * (@ivovic)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wp_count_posts-specific-category/#post-782265)
 * What you want is the ‘count’ field in wp_term_taxonomy, which is the number of
   times a particular term (aka category) has been used.
 * See this thread: [http://wordpress.org/support/topic/136905](http://wordpress.org/support/topic/136905)
 * Perhaps it won’t bother you too much that your drafts are also counted, as they
   shouldn’t be drafts forever.
 *  [edebiyat01](https://wordpress.org/support/users/edebiyat01/)
 * (@edebiyat01)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/wp_count_posts-specific-category/#post-782410)
 * Thanks Ivovic.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp_count_posts – specific category’ is closed to new replies.

## Tags

 * [wp_count_posts](https://wordpress.org/support/topic-tag/wp_count_posts/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 3 participants
 * Last reply from: [edebiyat01](https://wordpress.org/support/users/edebiyat01/)
 * Last activity: [17 years, 11 months ago](https://wordpress.org/support/topic/wp_count_posts-specific-category/#post-782410)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
