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
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 🙂
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;
}