Hi, I have post views enabled, but in some of the homepage boxes the stories appear all with the same number of views, so I’m assuming it’s showing how many times the homepage itself has been viewed.
Is it possible to turn off view for the home page and show them on single posts only?
thanks
A
Hi,
The post views show the post views not the page views, this may not be accurate due to cache. If you use any cache plugin please make sure you empty cache and try again. You can also use accurate post views by enabling the Ajax post view count option from theme panel: http://screencast.com/t/MlrXSFCk
To remove the post views meta from homepage only use this custom css in theme panel > custom css filed: http://screencast.com/t/2UtVihhbqC8
.home .td_mod_wrap .meta-info .td-sp-ico-view, .home .td_mod_wrap .meta-info .td-nr-views-244 {
display: none !important;
}
Thanks
Thanks, but that doesn’t seem to have worked. I disabled WP Super Cache, and added the code.
As you can see, it does something, but it only removes the icons and not the actual post count (which is very different too!)

-
This reply was modified 11 years by
andrewm.
Yes, you can send an email at contact@tagdiv.com. Please also send a link to this topic.
Thanks
i can’t seem to go to this panel http://screencast.com/t/MlrXSFCk
Hy,
I search and see this topic, and write here if you can help me with the : nr-views
In my case i have problems that is not modify the number of views and if i could repair or how i can disable it.
I have already read the story before but there is no image attached because i think is too old and maybe was deleted already for what you have already shared a time ago.
I have already try to disable from theme and is not working.
Maybe if you share with me again the image from where to try again or if you have a solution for this i will be apply if can help me.
Thanks very much!
Hi,
If you have a Single Post Template from Cloud Library, then you need to edit the post with tagDiv Composer => https://www.screencast.com/t/jHatJGC1qRf, select the Single Post Views => https://www.screencast.com/t/NhUGCRfI and with right-click, you can delete it.
If you have a standard template, then you can disable the post views from Theme Panel -> Post Settings -> Post and Custom Post Types => https://www.screencast.com/t/LAv90B5eZ (please make sure you have tagDiv Standard Pack activate for standard template)
Thank you!