Some problems with Post views

Posted in: Newspaper
Post count: 23

1) Can i keep it for me only and not public ? i don’t want to disable it i just want it private to the admins.
2) How to exclude it from Caching ? because when updating the post it returns back to zero due to caching.
3) In Multi-page posts it counts every page as a new view. so if a post just like ” 10 photos etc ”
and every photo in single page when one user finish the 10 photos it counts 10 views!

thanks in advance! Amazing theme with no doubt 🙂

Post count: 22421

Hello,

1) You can hide the post views in on the front-end with css:
.td-post-views{
display:none!important;
}

2)If you use caching, then please activate the ajax post view counter from here: http://screencast.com/t/PUwcIx75
3) I’m not sure what multi-page you are referring to. Please provide an example of such posts.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.