• Dear Sir,

    I have problem, becose when I look views of article witch is maide let say yesterday and I put 7 day count its less number then is count views in article.

    https://www.civilnodrustvo.hr/ this its web page.

    On a right you see “ovaj tjedan”(this week) article Podr?ka prosvjednoj akciji “Daj 5 za DPS” najavljenoj za 5. svibnja 2016. (37)

    and when you click on it in article writte Pregledano: 42(views)

    That its not only articl with problem.

    Pleas help!

    https://www.ads-software.com/plugins/top-10/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter pyriusos

    (@pyriusos)

    Any advice?

    Plugin Author Ajay

    (@ajay)

    Hi, I’m confused. Shouldn’t the 7 day count be less than that of the total views if the total views are more than 7 days?

    Thread Starter pyriusos

    (@pyriusos)

    i have 3 tab 1 tab is today(danas), secund last 7 day( tjedan), 1 monath(mjesec) but if post made today and count on post page is biger then on list top 10 do you understend its difrent in total views and on post page count.

    Plugin Author Ajay

    (@ajay)

    Could you please provide me with screenshots with examples. I’ve looked at those tabs and I can’t figure out what might be the issue.

    Thread Starter pyriusos

    (@pyriusos)

    This is picture with problem. On left is home page with count of 30 visit per 1 week and after in post is 27.

    This is not only post problem with diference of counting.

    Plugin Author Ajay

    (@ajay)

    That is indeed strange. I looked at the source code and both are definitely generated by Top 10.

    Can you check your theme to see what function is used to pull: “Pregledano: 28”

    What do you see in the backend i.e. in the Edit> posts page for this?

    Thread Starter pyriusos

    (@pyriusos)

    I integrate in singl.php this <?php echo_tptn_post_count(); ?> to have total views .

    Plugin Author Ajay

    (@ajay)

    Hi, please use:

    <?php
    echo_tptn_post_count( array(
       daily => '1',
       daily_range => '7'
    ) );
    ?>
    Thread Starter pyriusos

    (@pyriusos)

    Now its not big difrenc but 1 view look picture

    Plugin Author Ajay

    (@ajay)

    Are you noticing this on all posts? In theory the function should bring the same results as per the number of days?

    It’s difficult for me to debug any further without access.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Wrong count’ is closed to new replies.