Counting Post Views Without Displaying

Posted in: Newsmag
Post count: 31

Hi,

Is it possible to count the post views only in the admin without displaying it to the visitors?
I would like to use the Popular (all time) and Popular (last 7 days) sort order options in the blocks but i do not want to show the post view numbers to the visitors.

Thank you!
Judit

Post count: 6535

Hi

Yes it is possible to hide the views from the front-end using this css in theme panel > custom code > custom css:

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

Hope this helps!
Thanks!

Post count: 31

Hi,

Thank you so much, works perfectly!

Judit

Post count: 38

should we write these CSS in 3 rows as you write. or should it be in 1 row?

Post count: 9544

CSS doesn’t need to be on multiple lines; most folks just do it that way to make sure you can see what’s going on since it shows the “class” and then the “css” as separate pieces.

This is why when a style sheet is “minified” it’s one long line with no line breaks 🙂

Welcome to the wild world of #WEBDEV 🙂

Post count: 9

I have the opposite problem, the little eye and post count symbol is not displaying on each post page.

I may or may not have used the following code in the past, if I did is there any way to reverse that, or is there another possible cause and solution?

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

Post count: 23312

Hello shootmanagement,

Please provide your website and also, please give more details about what exactly you want to achieve.

Thanks.

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