AI Search
Classic Search
Notifications
Clear all
Oct 22, 2018 2:52 am
Hello,
Is there any way to disable view counter?
Thanks!
4 Replies
Oct 22, 2018 2:54 am
Please let me know what view count you mean? There are many counts related to views.
Oct 22, 2018 3:18 am
You can hide that using CSS code. Put this code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5:
#wpforo #wpforo-wrap .head-stat-views,
#wpforo #wpforo-wrap .wpforo-topic-stat-views{
display: none;
}
Oct 22, 2018 3:22 am
It worked! Thanks a lot!