Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
There is a link for "Unread Posts" at top of the forum (just below the menu ). There were two more RSS links along side it- but i was able to remove them through settings-> features. But i cant find out how to remove this "Unread Posts" link from there.
Thanks for help
Hi witty,
There is no option for removing the "Unread Posts" link. You can use the following CSS code.
Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS in the "Custom CSS Code" textarea, save it delete all caches, do CTRL+F5 on forum frontend.
#wpforo #wpforo-wrap span.wpf-unread-posts {
display: none !important;
}
#wpforo #wpforo-wrap span.wpf-unread-posts + sep {
display: none !important;
}