PATH:
home
/
letacommog
/
mcr
/
wp-content
/
themes
/
betheme
/
bbpress
<?php /** * Search Content Part * * @package bbPress * @subpackage Theme */ ?> <div id="bbpress-forums"> <div class="bbp-search-form"> <?php bbp_get_template_part( 'form', 'search' ); ?> </div> <?php bbp_set_query_name( bbp_get_search_rewrite_id() ); ?> <?php do_action( 'bbp_template_before_search' ); ?> <?php if ( bbp_has_search_results() ) : ?> <?php bbp_get_template_part( 'pagination', 'search' ); ?> <?php bbp_get_template_part( 'loop', 'search' ); ?> <?php bbp_get_template_part( 'pagination', 'search' ); ?> <?php elseif ( bbp_get_search_terms() ) : ?> <?php bbp_get_template_part( 'feedback', 'no-search' ); ?> <?php endif; ?> <?php do_action( 'bbp_template_after_search_results' ); ?> </div>
[+]
..
[-] user-details.php
[edit]
[-] content-archive-forum.php
[edit]
[-] content-single-forum.php
[edit]
[-] pagination-search.php
[edit]
[-] user-profile.php
[edit]
[-] loop-single-topic.php
[edit]
[-] form-reply-move.php
[edit]
[-] loop-search-reply.php
[edit]
[-] content-search.php
[edit]
[-] form-topic-split.php
[edit]
[-] form-search.php
[edit]
[-] form-topic-tag.php
[edit]
[-] loop-topics.php
[edit]
[-] form-topic-merge.php
[edit]
[-] loop-single-reply.php
[edit]
[-] loop-search-topic.php
[edit]
[-] loop-search-forum.php
[edit]
[-] loop-search.php
[edit]
[-] loop-replies.php
[edit]
[-] form-reply.php
[edit]
[-] loop-single-forum.php
[edit]
[-] pagination-topics.php
[edit]
[-] loop-forums.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] pagination-replies.php
[edit]
[-] content-single-topic.php
[edit]
[-] form-topic.php
[edit]