AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
6
Posts
3
Users
2
Reactions
2,850
Views
5 Replies
Jun 20, 2019 2:46 pm
Hi @mike-jones,
If you use the wpForo Threaded Layout, navigate to Dashboard > Forums > Settings > Forums admin page, set "Collapsed" value for "Threaded Layout - Forums List" option.
More info here:
Jun 20, 2019 3:30 pm
Use CSS to hide it on the main page.
Example - (your root div id might be different depending on which layout you are using)
#wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum {
display: none !important}
