Filter sort order: Popular (last seven days)

Posted in: Newspaper
Post count: 95

I would like to use the filter sort order: Popular (last seven days) – theme counter. However, I do not want the counter count to show on my pages and post.

Is there a way to use this option but not actually show the counter on my website?

Thanks

Post count: 20688

Hi,

Post views are necessary to be active in order for the popularity sorting methods to work
https://forum.tagdiv.com/7-days-post-sorting/
https://www.screencast.com/t/kd4SDHyob3Ao
The view count will only appear in the post page, not in modules.

You could hide the count with CSS if this is required, this code should do that

.td-post-views {
display: none!important;
}

Thanks

Post count: 16

Where to add this code? I use child theme, to put in style.css or …?

Post count: 1043

Put it in the custom CSS section of the theme panel

Post count: 16

Thank you. It’s work

Post count: 1043

you are welcome.

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