Show number of views only for certain posts?

Posted in: Newspaper
Post count: 135

Hello Everyone,

Some of my post gets lots of views while others don’t. I guess this is normal.

I was wondering if it is possible to show the number of post views to only my most popular posts. Thank you for your time!

Post count: 23312

Hello crazydiver,

Unfortunately, our theme does not have any such an option that allows you to display the post views counts only for certain posts, sorry! If you want to do this, you should use a bit of CSS code. You can use the following method: ->hide the post view count for entire website and then, using the post ID, you should show it on frontend, like this -> https://www.screencast.com/t/s1C9H39Epteg

The code is ->

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

Thanks for your understanding!

Post count: 135

Thank you.

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