Title: Display post count
Last modified: August 19, 2016

---

# Display post count

 *  [geggiot](https://wordpress.org/support/users/geggiot/)
 * (@geggiot)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/display-post-count/)
 * Hi all,
    how can i display post’s count for a specific cat written by an author?

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

 *  Thread Starter [geggiot](https://wordpress.org/support/users/geggiot/)
 * (@geggiot)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/display-post-count/#post-1601350)
 * bump!
 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/display-post-count/#post-1601353)
 * $args=array(‘show_count’ => 1);
    wp_list_categories($args);
 * or
    <?php $count_posts = wp_count_posts();
 * $published_posts = $count_posts->publish;
 * echo $published_posts;
    ?>
 * For more information: [http://codex.wordpress.org/Function_Reference/wp_count_posts](http://codex.wordpress.org/Function_Reference/wp_count_posts)

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

The topic ‘Display post count’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/display-post-count/#post-1601353)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
