Popular posts

Posted in: Newspaper
Post count: 134

Hello,

It seems all time popular sorting doesn’t work. I have disabled page view counter. Could the problem be that and how to fix it?

Post count: 22421

Hello,
If you disable post views, then the ‘popular’ sorting will not work as there is no field for it to check. It is based on numbers. The post with the highest view count is the most popular one. If there are no numbers, there is no popular sorting as all posts have the same views: none
Please activate post views for the ‘popular’ sorting options to work.
If you want to hide them from the front-end, you can use css to do it (but still have counters in the back-end)
.td-post-views{
display:none!important;
}

Thank you!

Post count: 134

Thank you!

Will it work the same with 7 days sorting without issues?

  • This reply was modified 10 years by Marto.
Post count: 22421

Yes…the 7 days sorting also requires the views active so this method will also work with the 7 days post sorting.
Thank you!

Post count: 134

Great support! Thank you!

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