D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
travuxru
/
spynigeria.ng
/
wp-content
/
themes
/
overflow
/
Filename :
searchform.php
back
Copy
<?php /** * The template for displaying search form. * * @package Overflow */ ?> <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label class="sr-only"><?php esc_html_e( 'Search for:', 'overflow' ); ?></label> <div class="cs-input-group"> <input type="search" value="<?php the_search_query(); ?>" name="s" class="search-field" placeholder="<?php echo esc_attr( get_theme_mod( 'misc_search_placeholder', __( 'Enter your search topic', 'overflow' ) ) ); ?>" required> <button type="submit" class="search-submit"><?php esc_html_e( 'Search', 'overflow' ); ?></button> </div> </form>