<div class="bbp-forum-content"><?php 
bbp_forum_content();
?>
</div>

		<?php 
do_action('bbp_theme_after_forum_description');
?>

		<?php 
do_action('bbp_theme_before_forum_sub_forums');
?>

		<?php 
bbp_list_forums();
?>

		<?php 
do_action('bbp_theme_after_forum_sub_forums');
?>

		<?php 
bbp_forum_row_actions();
?>

	</li>

	<li class="bbp-forum-topic-count"><?php 
bbp_forum_topic_count();
?>
		<div class="bbp-forum-content"><?php 
bbp_forum_content();
?>
</div>

		<?php 
do_action('bbp_theme_after_forum_description');
?>

		<?php 
do_action('bbp_theme_before_forum_sub_forums');
?>

		<?php 
$args = array('before' => '<ul class="bbp-forums-list">', 'after' => '</ul>', 'link_before' => '<li class="bbp-forum">', 'link_after' => '</li>', 'count_before' => ' (', 'count_after' => ')', 'count_sep' => ', ', 'separator' => '<br/>', 'forum_id' => '', 'show_topic_count' => false, 'show_reply_count' => false);
bbp_list_forums($args);
?>

		<?php 
do_action('bbp_theme_after_forum_sub_forums');
?>

		<?php 
bbp_forum_row_actions();
?>

	</li>

	<li class="bbp-forum-topic-count"><?php 
bbp_forum_topic_count();
?>
?>
"><h3><?php 
bbp_forum_title();
?>
</h3></a>

		<?php 
do_action('bbp_theme_after_forum_title');
?>

		<?php 
do_action('bbp_theme_before_forum_sub_forums');
?>

		<?php 
bbp_list_forums(array('before' => '<ul class="bbp-forums-list list-unstyled inline">', 'after' => '</ul>'));
?>

		<?php 
do_action('bbp_theme_after_forum_sub_forums');
?>

		<?php 
do_action('bbp_theme_before_forum_description');
?>

		<div class="bbp-forum-content"><?php 
bbp_forum_content();
?>
</div>
Example #4
0
				<div class="bbp-forum-content"><?php 
bbp_forum_content();
?>
</div>

				<?php 
do_action('bbp_theme_after_forum_description');
?>
				
				
				<div class="clearfix sub-forums-tree">
					<?php 
do_action('bbp_theme_before_forum_sub_forums');
?>
						<?php 
bbp_list_forums(array('before' => '<ul class="bbp-forums-list clearfix">', 'after' => '</ul>', 'link_before' => '<li class="bbp-forum"><i class="ioa-front-icon right-circled2icon-"></i>', 'link_after' => '</li>', 'count_before' => ' (', 'count_after' => ')', 'count_sep' => ' / ', 'separator' => ' - ', 'forum_id' => '', 'show_topic_count' => true, 'show_reply_count' => true));
?>
					<?php 
do_action('bbp_theme_after_forum_sub_forums');
?>
				</div>	

			

				<?php 
bbp_forum_row_actions();
?>
			</div>	
		
	
	
        <?php 
do_action('bbp_theme_before_forum_description');
?>
        <div class="bbp-forum-content"><?php 
bbp_forum_content();
?>
</div>
        <?php 
do_action('bbp_theme_after_forum_description');
?>

        <?php 
do_action('bbp_theme_before_forum_sub_forums');
?>
        <?php 
bbp_list_forums(array('show_topic_count' => false, 'show_reply_count' => false));
?>
        <?php 
do_action('bbp_theme_after_forum_sub_forums');
?>

        <?php 
bbp_forum_row_actions();
?>

    </li>

    <li class="bbp-forum-topic-count"><?php 
bbp_forum_topic_count();
?>
</li>