Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: hide subforums on main page

OK – now I gotcha:

If using the default (kakumei) theme, lo0k for this code which is about line 43:

<?php if ( bb_forums() ) : ?>

REPLACE it with this code:

<?php if ( bb_forums(“depth=1”) ) : ?>

Works beatifuuly as described.

Skip to toolbar