PATH:
home
/
letacommog
/
visage-delodie
/
wp-content
/
themes
/
betheme
/
bbpress
<?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-header"> <ul class="forum-titles"> <li class="bbp-topic-title"><?php _e( 'Topic', 'bbpress' ); ?></li> <li class="bbp-topic-voice-count"><?php _e( 'Voices', 'bbpress' ); ?></li> <li class="bbp-topic-reply-count"><?php bbp_show_lead_topic() ? _e( 'Replies', 'bbpress' ) : _e( 'Posts', 'bbpress' ); ?></li> <li class="bbp-topic-freshness"><?php _e( 'Freshness', 'bbpress' ); ?></li> </ul> </li> <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' ); ?>
[+]
..
[-] loop-single-topic.php
[edit]
[-] content-archive-forum.php
[edit]
[-] form-topic-merge.php
[edit]
[-] loop-search-reply.php
[edit]
[-] pagination-search.php
[edit]
[-] loop-replies.php
[edit]
[-] content-single-forum.php
[edit]
[-] form-topic-split.php
[edit]
[-] form-search.php
[edit]
[-] loop-topics.php
[edit]
[-] loop-single-reply.php
[edit]
[-] content-search.php
[edit]
[-] form-reply-move.php
[edit]
[-] loop-search-topic.php
[edit]
[-] form-topic-tag.php
[edit]
[-] desktop.ini
[edit]
[-] loop-forums.php
[edit]
[-] user-profile.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] loop-search-forum.php
[edit]
[-] form-reply.php
[edit]
[-] user-details.php
[edit]
[-] pagination-replies.php
[edit]
[-] content-single-topic.php
[edit]
[-] loop-search.php
[edit]
[-] loop-single-forum.php
[edit]
[-] pagination-topics.php
[edit]
[-] form-topic.php
[edit]