Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Ajay

    (@ajay)

    If you set it to 5 days, then the count shown would be the sum of the hits over the last 5 days.
    This remains independent from the Total count of the post.

    This is what you will see in the column in the Edit Posts page

    Thread Starter Exoskeletor

    (@exoskeletor)

    i mean the count to be shown on a admin page. not when u have select the count to be shown on the news. in my site fit-life.info im not able to check the count of the popular posts

    Plugin Author Ajay

    (@ajay)

    Do you have the columns in your Edit Posts page?

    They are Total Views and Today’s Views

    Thread Starter Exoskeletor

    (@exoskeletor)

    total views and today views is not the last 5 days views that i want

    Thread Starter Exoskeletor

    (@exoskeletor)

    right now im displaying the top posts with this code
    $results = tptn_pop_posts(‘posts_only=1’);
    but i want to display the daily posts instead. how i can do that?now it displays the top posts

    i have also try this: tptn_pop_posts(‘daily=1,posts_only=1’); but i didnt get any output

    Plugin Author Ajay

    (@ajay)

    You can use tptn_pop_posts( 'daily=1&posts_only=1' );

    Thread Starter Exoskeletor

    (@exoskeletor)

    super thanks for your support

    Thread Starter Exoskeletor

    (@exoskeletor)

    in my opinion to should be more clear that daily total posts usually are not daily number but custom time range total views.
    all this time i was changing the daily total views but i was displaying the overall total views

    Plugin Author Ajay

    (@ajay)

    I thought this is clearly stated under General Settings page.

    Instead of displaying popular posts fromt he past day, this setting lets you display posts for as many days as you want. This can be overridden in the widget.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘display count of posts for the option Daily Popular should contain views of how’ is closed to new replies.