Title: Exceed Post Limit
Last modified: August 22, 2016

---

# Exceed Post Limit

 *  Resolved [thewantedbrasil](https://wordpress.org/support/users/thewantedbrasil/)
 * (@thewantedbrasil)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/exceed-post-limit/)
 * Hey guys
 * My website used to show 4 most popular posts on my website.
 * However, now it is showing 10 posts and also the number of views.
 * I have to fix this because there is a “square” in which the titles should fit.
 * [http://www.thewantedbrasil.com](http://www.thewantedbrasil.com) (check my website
   so you can see what I am talking about. It is in the bottom of the page. In the
   right. “+ Lidas”
 * How I can fix this?
 * Thanks in advance,
 * Marcella
 * [https://wordpress.org/plugins/wordpress-popular-posts/](https://wordpress.org/plugins/wordpress-popular-posts/)

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

 *  [lexx_it](https://wordpress.org/support/users/lexx_it/)
 * (@lexx_it)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/exceed-post-limit/#post-5804676)
 * I believe you can adjust is in widget settings.
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/exceed-post-limit/#post-5804707)
 * Hi Marcella,
 * By default, the plugin lists up to 10 popular posts. You need to use the `limit`
   parameter in your code in order to have WPP list up to 4 posts (for more, please
   check _wp-admin > Settings > WordPress Popular Posts > Parameters_).
 *  Thread Starter [thewantedbrasil](https://wordpress.org/support/users/thewantedbrasil/)
 * (@thewantedbrasil)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/exceed-post-limit/#post-5804773)
 * Hey Héctor, thank you so much for your help!
 * I just fixed one of my problems. However, do you know how I can hide the “views”
   number? I just want to show the title of my posts and not the number of views.
 * Another thing, do you know how I can re-organise to show just the most popular
   posts in the last 30 days?
 * Thanks in advance,
 * Marcella
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/exceed-post-limit/#post-5804791)
 * > … do you know how I can hide the “views” number? I just want to show the title
   > of my posts and not the number of views.
 * The `stats_views` parameter is what you’re looking for 🙂 Set it to 0 and WPP
   will hide the number of views (eg. `[wpp stats_views=0]`).
 * > Another thing, do you know how I can re-organise to show just the most popular
   > posts in the last 30 days?
 * You can use the `range` parameter for that, for example: `[wpp range=monthly 
   stats_views=0]`. If you don’t want to show posts older than the last 30 days,
   you also need the `freshness` parameter: `[wpp range=monthly freshness=1 stats_views
   =0]`.

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

The topic ‘Exceed Post Limit’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

## Tags

 * [exceed](https://wordpress.org/support/topic-tag/exceed/)
 * [number-of-posts](https://wordpress.org/support/topic-tag/number-of-posts/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [views](https://wordpress.org/support/topic-tag/views/)

 * 4 replies
 * 3 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/exceed-post-limit/#post-5804791)
 * Status: resolved