Post View Counter

Posted in: Newspaper
Post count: 96

Hello,

Is there a way to turn off the in-article Post view counter so the number of views aren’t visible on the front end, but can be seen on the back end Dashboard? It seems that when I turn off the post view counter within Theme Panel, I can no longer see the number of post views within “Posts” on the backend Dashboard. Or do I need an additional plugin to see number of post views on the backend? Thank you.

Post count: 27744

Hello,

Please let me know what template you use for posts. If you have a cloud template, then you can only delete the element with a right-click. If you have a standard template from Theme Panel, then you need to use a custom code css
.td-post-views
{
display: none;
}

Set the code in Theme Panel ->Custom code -> Custom CSS

Thank you!

Post count: 96

Hello,

I added this code to Custom Code CSS and there was no change. We are using a post template from the TagDiv Standard Pack. Do you know why this code is not working and/or do you have any other suggestions?

Again we want to remove our post view count from the post but still be able to see the count in the backend under “Posts.” Thank you.

Post count: 27744

Hello,

Please provide the link to your website for checking.

Thank you!

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