| Current Path : /home/icmq6107/clients/AKOFA/LaGazelleInfos/wp-content/themes/smart-mag/bbpress/ |
| Current File : /home/icmq6107/clients/AKOFA/LaGazelleInfos/wp-content/themes/smart-mag/bbpress/loop-topics.php |
<?php /** * Topics Loop * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_topics_loop' ); ?> <ul id="bbp-forum-<?php bbp_forum_id(); ?>" class="bbp-topics"> <li class="bbp-body"> <?php while ( bbp_topics() ) : bbp_the_topic(); ?> <?php bbp_get_template_part( 'loop', 'single-topic' ); ?> <?php endwhile; ?> </li> </ul><!-- #bbp-forum-<?php bbp_forum_id(); ?> --> <?php do_action( 'bbp_template_after_topics_loop' ); ?>