• Resolved ericsteffens

    (@ericsteffens)


    I use WordPress most populair post on this side. It appears on the right site but not with the most populair six of the last 15 days which is standing in the code. The first post is one of 2022 en for sure this are not the most populair post. What could be done wrong or is there a certain plugin that blocks WordPress most populair post. The site is made in DIVI

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @ericsteffens,

    By default WordPress Popular Posts will list the most popular posts within the last 15 days regardless of their publish date so it’s normal to see older posts appear on the list if they get enough views from your visitors.

    If you want your [wpp] shortcode to only list popular posts that have been published within the last 15 days then you’ll want to use the freshness parameter to do so, for example:

    [wpp freshness=1 ...]
    Thread Starter ericsteffens

    (@ericsteffens)

    This is the code that is standing over there:

    [wpp limit=6 thumbnail_width=90 thumbnail_height=60 range=’last15days’]

    How do I have to change this to get the 6 most read posts in the last 15 days

    Plugin Author Hector Cabrera

    (@hcabrera)

    Something like this:

    [wpp range='custom' time_quantity=15 time_unit='day' limit=6 thumbnail_width=90 thumbnail_height=60]

    and if you want to list only popular posts that have been published within the last 15 days then use this instead:

    [wpp range='custom' time_quantity=15 time_unit='day' freshness=1 limit=6 thumbnail_width=90 thumbnail_height=60]
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress most populair post doesn’t work properly’ is closed to new replies.