Viewing 4 replies - 1 through 4 (of 4 total)
  • I believe you can adjust is in widget settings.

    Plugin Author Hector Cabrera

    (@hcabrera)

    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

    (@thewantedbrasil)

    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

    (@hcabrera)

    … 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.