Disable Post View Counter

Posted in: Newspaper
Post count: 30

Hi,

If i disable the post view counter, will it affect the popular post ranking? Thanks.

Post count: 23312

Hello Terrence,

Yes, if you choose to disable the post view counter that will affect the popular post ranking because this feature works by this counter. We suggest using a bit of CSS to hide this because this feature will be hidden but it is working in the backend and you should not have any problem in this regard.

If you want to hide this, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

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

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 30

Hi Catalin,

Thanks, will use the CSS method.

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