Your IP : 216.73.216.164


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/searchform.php

<?php
/**
 * Template for displaying search forms
 *
 * @package  Maxcoach
 * @since    1.0
 */
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
	<label>
		<span class="screen-reader-text"><?php echo esc_html_x( 'Search for:', 'label', 'maxcoach' ); ?></span>
		<input type="search" class="search-field"
		       placeholder="<?php echo esc_attr_x( 'Search&hellip;', 'placeholder', 'maxcoach' ); ?>"
		       value="<?php echo get_search_query() ?>" name="s"
		       title="<?php echo esc_attr_x( 'Search for:', 'label', 'maxcoach' ); ?>"/>
	</label>
	<button type="submit" class="search-submit">
		<span class="search-btn-icon fas fa-search"></span>
		<span class="search-btn-text">
			<?php echo _x( 'Search', 'submit button', 'maxcoach' ); ?>
		</span>
	</button>
</form>