<?php /** * Search * * @package bbPress * @subpackage Theme */ ?> <form role="search" method="get" id="bbp-search-form" action="<?php bbp_search_url(); ?>"> <div class="bbp-search-box"> <label class="screen-reader-text hidden" for="bbp_search"><?php esc_attr_e( 'Search for:', 'eduma' ); ?></label> <input type="hidden" name="action" value="bbp-search-request" /> <input tabindex="<?php bbp_tab_index(); ?>" type="text" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" placeholder="<?php esc_attr_e('Search the topic', 'eduma'); ?>" name="bbp_search" id="bbp_search" /> <input tabindex="<?php bbp_tab_index(); ?>" class="button" type="submit" id="bbp_search_submit" value="" /> </div> </form>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
content-archive-forum.php | File | 642 B | 0644 |
|
content-archive-topic.php | File | 798 B | 0644 |
|
content-search.php | File | 733 B | 0644 |
|
content-single-forum.php | File | 1.08 KB | 0644 |
|
content-single-reply.php | File | 446 B | 0644 |
|
content-single-topic-lead.php | File | 2.36 KB | 0644 |
|
content-single-topic.php | File | 979 B | 0644 |
|
content-single-user.php | File | 939 B | 0644 |
|
content-single-view.php | File | 550 B | 0644 |
|
content-statistics.php | File | 1.8 KB | 0644 |
|
content-topic-tag-edit.php | File | 349 B | 0644 |
|
form-reply.php | File | 6.2 KB | 0644 |
|
form-search.php | File | 721 B | 0644 |
|
form-topic.php | File | 7.76 KB | 0644 |
|