Server IP : 192.64.118.117 / Your IP : 18.225.56.116 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/tcrgfinancesuite.com/wp-content/themes/tcrgfinancesuite/bbpress/ |
Upload File : |
<?php /** * Search Loop * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_search_results_loop' ); ?> <ul id="bbp-search-results" class="forums bbp-search-results"> <li class="bbp-header"> <div class="bbp-search-author"><?php _e( 'Author', 'bbpress' ); ?></div><!-- .bbp-reply-author --> <div class="bbp-search-content"> <?php _e( 'Search Results', 'bbpress' ); ?> </div><!-- .bbp-search-content --> </li><!-- .bbp-header --> <li class="bbp-body"> <?php while ( bbp_search_results() ) : bbp_the_search_result(); ?> <?php bbp_get_template_part( 'loop', 'search-' . get_post_type() ); ?> <?php endwhile; ?> </li><!-- .bbp-body --> <li class="bbp-footer"> <div class="bbp-search-author"><?php _e( 'Author', 'bbpress' ); ?></div> <div class="bbp-search-content"> <?php _e( 'Search Results', 'bbpress' ); ?> </div><!-- .bbp-search-content --> </li><!-- .bbp-footer --> </ul><!-- #bbp-search-results --> <?php do_action( 'bbp_template_after_search_results_loop' ); ?>