Can’t display today’s posts views
-
Hello again,
I’ve set up my custom theme to display the post views as recorded by JetPack. While I do see them correctly in the “Site Stats” section, they only show up on the site with delay (~24 hours). You can check this here:
None of today’s posts have the post views, while all yesterday’s posts do have the page views displayed. Is there any limitation around this? I’ve used this piece of code in the theme:
if (function_exists('the_jatpack_views') and the_jatpack_views(get_the_ID()) > 0) { echo the_jatpack_views(get_the_ID()); echo ' vizualiz?ri ';}
Please let me know if I should alter the code in any way in order to be able to also display the post views for today’s posts.
Thank you!
PedroThe page I need help with: [log in to see the link]
- The topic ‘Can’t display today’s posts views’ is closed to new replies.