Title: Archives Post Count Issue
Last modified: August 19, 2016

---

# Archives Post Count Issue

 *  Resolved [makingtrails](https://wordpress.org/support/users/makingtrails/)
 * (@makingtrails)
 * [16 years ago](https://wordpress.org/support/topic/archives-post-count-issue/)
 * Archives Post Count Issue
 * It seems that every post I make counts as 5 posts on my Archives Widget Count.
 * My posts look normal (I have 14 posts that are live during May but 77 are displayed
   in Archives Widget Count!?)
 * Any Idea’s?

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years ago](https://wordpress.org/support/topic/archives-post-count-issue/#post-1511708)
 * Don’t know what that widget does, so you might consider downloading and installing
   [Otto’s PHP Code Widget](http://wordpress.org/extend/plugins/php-code-widget/),
   then something like this code in one of those widgets:
 *     ```
       <?php
       $num_posts = wp_count_posts( 'post' );
       echo '<p>' . 'Number of posts is '.$num_posts . '</p>';
       ?>
       ```
   
 *  Thread Starter [makingtrails](https://wordpress.org/support/users/makingtrails/)
 * (@makingtrails)
 * [16 years ago](https://wordpress.org/support/topic/archives-post-count-issue/#post-1511760)
 * Thanks!
 * It was caused by a Plugin a forgot to disabled called Post Levels ([http://www.fortes.com/projects/wordpress/postlevels](http://www.fortes.com/projects/wordpress/postlevels)).
   It’s a old plugin that divides posts into different security levels (e.g 1 – 
   5) hence why the posts where multiplying!
 * I have installed Otto’s PHP Code Widget which is superb! makes it alot easier
   to customise requests!
 * Thanks Michael! Much appreciated!

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

The topic ‘Archives Post Count Issue’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [makingtrails](https://wordpress.org/support/users/makingtrails/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/archives-post-count-issue/#post-1511760)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
