File Editor
Directories:
.. (Back)
Files:
content-archive-topic.php
content-search.php
content-single-forum.php
content-single-topic.php
content-single-view.php
feedback-no-search.php
form-reply-move.php
form-reply.php
form-search.php
form-topic-merge.php
form-topic-split.php
form-topic-tag.php
form-topic.php
form-user-edit.php
form-user-login.php
form-user-lost-pass.php
form-user-register.php
loop-forums.php
loop-replies.php
loop-search-forum.php
loop-search-reply.php
loop-search-topic.php
loop-search.php
loop-single-reply.php
loop-single-topic.php
loop-topics.php
pagination-replies.php
pagination-search.php
pagination-topics.php
user-details.php
user-favorites.php
user-replies-created.php
user-subscriptions.php
user-topics-created.php
Create New File
Create
Edit File: content-single-topic.php
<?php /** * Single Topic Content Part * * @package bbPress * @subpackage Theme */ ?> <div id="bbpress-forums"> <?php bbp_breadcrumb(); ?> <?php do_action( 'bbp_template_before_single_topic' ); ?> <?php if ( post_password_required() ) : ?> <?php bbp_get_template_part( 'form', 'protected' ); ?> <?php else : ?> <?php bbp_single_topic_description(); ?> <?php if ( bbp_show_lead_topic() ) : ?> <?php bbp_get_template_part( 'content', 'single-topic-lead' ); ?> <?php endif; ?> <?php if ( bbp_has_replies() ) : ?> <?php bbp_get_template_part( 'loop', 'replies' ); ?> <?php bbp_get_template_part( 'pagination', 'replies' ); ?> <?php endif; ?> <?php bbp_get_template_part( 'form', 'reply' ); ?> <?php bbp_topic_tag_list(); ?> <?php endif; ?> <?php do_action( 'bbp_template_after_single_topic' ); ?> </div>
Save Changes
Rename File
Rename