<?php /** * Search * * @package bbPress * @subpackage Theme */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; if ( bbp_allow_search() ) : ?> <div class="bbp-search-form"> <form role="search" class="search-form" method="get" id="bbp-reply-search-form"> <label for="rs"> <span class="screen-reader-text"><?php esc_html_e( 'Search for:', 'kadence' ); ?></span> <input type="search" value="<?php bbp_search_terms(); ?>" placeholder="<?php esc_attr_e( 'Search ...', 'kadence' ); ?>" name="rs" id="rs" class="search-field" /> </label> <input class="search-submit" type="submit" value="<?php esc_attr_e( 'Search', 'kadence' ); ?>" /> <?php do_action( 'bbpress_end_form_search' ); ?> </form> </div> <?php endif;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
content-archive-forum.php | File | 648 B | 0644 |
|
form-reply-search.php | File | 753 B | 0644 |
|
form-reply.php | File | 7.79 KB | 0644 |
|
form-search.php | File | 802 B | 0644 |
|
form-topic-search.php | File | 753 B | 0644 |
|
form-topic.php | File | 8.42 KB | 0644 |
|
loop-search-reply.php | File | 1.82 KB | 0644 |
|
loop-search-topic.php | File | 1.95 KB | 0644 |
|
loop-single-reply.php | File | 1.37 KB | 0644 |
|
loop-single-topic.php | File | 3.1 KB | 0644 |
|
loop-topics.php | File | 991 B | 0644 |
|
pagination-replies.php | File | 537 B | 0644 |
|
pagination-topics.php | File | 537 B | 0644 |
|