Hi,
This may not be related to your theme but would appreciate your help. I would like to exclude Group Forums from the forums list and I have changed loop-forums.php and added a condition to exclude “Group Forums”:
<?php while ( bbp_forums() ) : bbp_the_forum(); ?>
<?php if(bbp_get_forum_title() != ‘Group Forums’) bbp_get_template_part( ‘loop’, ‘single-forum’ ); ?>
<?php endwhile; ?>
This works but when I add the Forums widget to the footer, the list still includes Group Forums. I have searched but can’t find where the code is. Can you please let me know which file I should change?
Thanks