Posts views

Posted in: Newsmag
Post count: 43

Hello,

Is it possible that post views visible in the admin panel but that can not see on the site?

Thanks.

Post count: 6535

Hi

You can use this css in theme panel > custom code > custom css to hide the post views on the front-end: http://screencast.com/t/4y32QqjZ

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

Thanks!

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