so it lists
forum
sub forum(s)
topics from forum
yes ?
I’d like to move this as well, some of the subforum listings are so long that people don’t scroll to the bottom to see the topics.
I’d like it to show:
Forum Name:
Topics:
Then Subforum list
@lucio – I had the same issue, I wanted my topic list to appear above my subforums, here is the easy fix.
go to> wp-content>plugins>bbpress>templates>default>bbpress
Find content-single-forum.php
select lines 28-32:
<?php if ( bbp_has_forums() ) : ?>
<?php bbp_get_template_part( 'loop', 'forums' ); ?>
<?php endif; ?>
Find these lines:
<?php if ( bbp_has_forums() ) : ?>
<?php bbp_get_template_part( 'loop', 'forums' ); ?>
<?php endif; ?>
Paste the 3 lines selected above UNDERNEATH those lines (Line #50)
Thank you budget, very kind of you!
I moved to Asgoros in the end as it’s easier for coding-challenged people 🙂