How can I get 7 popular sorting work with caching

Posted in: Newspaper
Post count: 30

How can I get 7 popular sorting work with caching?

Post count: 22421

Hello,
You can get the 7 days popular sorting option to work by following this guide: https://forum.tagdiv.com/7-days-post-sorting/ If you use caching you need to activate the ajax post views: http://screencast.com/t/QmXzPtKUOZJ
Thank you!

Post count: 30

Does 7 days popular sorting work with ajax post views?
I can’t get it work

Post count: 30

Got it

static function update_page_views($postID) {
if (td_util::get_option('tds_p_show_views') == 'hide') {
return;
}

if I don’t want to show exact page views count, but I want to keep page views count and calculate 7 days views count, I have to comment this if statement, right?

Post count: 22421

Hi,
Yes if you remove that part it will not show comments on posts, but you can hie them with css as well. It does not involve editing the theme files:
.td-post-views{
display:none!important;
}

You can simply add this code in the theme panel-> custom css box.
Thank you!

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