Oct 21, 2018 10:52 pm
Hello,
Is there any way to disable view counter?
Thanks!
4 Replies
Oct 21, 2018 10:54 pm
Please let me know what view count you mean? There are many counts related to views.
Oct 21, 2018 11:18 pm
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 21, 2018 11:22 pm
It worked! Thanks a lot!