Post Views for posts that you choose

Posted in: Newspaper
Post count: 5

Hi there

Is there an option to turn post views ON for particular posts (NOT ALL) is there a way to do this?

For example some of my posts have over 1,000 views and I would like the user to see this but not for posts that have under 1000 views.

please let me know thank you

Post count: 23312

Hello carringtonb,

Unfortunately, our theme does not have such an option to display the views only for certain posts article but another possibility, in this case, would be to use a bit of CSS to hide it for a certain post. Please try the code below and add it in Theme panel->Custom CSS area. In order to achieve for a specific post, you have to target it by post id. You have to do this manually for each post.

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

The result you should see here -> http://screencast.com/t/pCT2eVSaSe2

If you want to make it automatically, it is necessary to implement some conditions in the core file and this entails custom work. If you are not aware the with the steps in this regard, please consider hiring a freelancer/developer to implement this functionality for you in our theme because we cannot provide custom services at the moment, sorry! Also, you can find some plugins with this functionality and test it and check how it works for you.

Hope this helps!

Thank you for the message!

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