PATH:
home
/
letacommog
/
adelcya
/
wp-content
/
themes
/
betheme
/
bbpress
<?php /** * Forums Loop * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_forums_loop' ); ?> <ul id="forums-list-<?php bbp_forum_id(); ?>" class="bbp-forums"> <li class="bbp-header"> <ul class="forum-titles"> <li class="bbp-forum-info"><?php _e( 'Forum', 'bbpress' ); ?></li> <li class="bbp-forum-topic-count"><?php _e( 'Topics', 'bbpress' ); ?></li> <li class="bbp-forum-reply-count"><?php bbp_show_lead_topic() ? _e( 'Replies', 'bbpress' ) : _e( 'Posts', 'bbpress' ); ?></li> <li class="bbp-forum-freshness"><?php _e( 'Freshness', 'bbpress' ); ?></li> </ul> </li><!-- .bbp-header --> <li class="bbp-body"> <?php while ( bbp_forums() ) : bbp_the_forum(); ?> <?php bbp_get_template_part( 'loop', 'single-forum' ); ?> <?php endwhile; ?> </li><!-- .bbp-body --> </ul><!-- .forums-directory --> <?php do_action( 'bbp_template_after_forums_loop' ); ?>
[+]
..
[-] loop-topics.php
[edit]
[-] form-reply.php
[edit]
[-] form-search.php
[edit]
[-] loop-search-forum.php
[edit]
[-] form-topic.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] content-archive-forum.php
[edit]
[-] loop-single-forum.php
[edit]
[-] loop-replies.php
[edit]
[-] pagination-topics.php
[edit]
[-] content-single-topic.php
[edit]
[-] loop-single-topic.php
[edit]
[-] content-single-forum.php
[edit]
[-] loop-search-reply.php
[edit]
[-] pagination-search.php
[edit]
[-] form-topic-split.php
[edit]
[-] pagination-replies.php
[edit]
[-] form-topic-merge.php
[edit]
[-] loop-forums.php
[edit]
[-] user-details.php
[edit]
[-] loop-single-reply.php
[edit]
[-] loop-search-topic.php
[edit]
[-] content-search.php
[edit]
[-] user-profile.php
[edit]
[-] form-reply-move.php
[edit]
[-] loop-search.php
[edit]
[-] form-topic-tag.php
[edit]