Your IP : 216.73.216.5


Current Path : /home/theafprt/conviviality360.com/wp-content/themes/spun/
Upload File :
Current File : /home/theafprt/conviviality360.com/wp-content/themes/spun/searchform.php

<?php
/**
 * The template for displaying search forms in Spun
 *
 * @package Spun
 */
?>
	<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
		<label for="s" class="screen-reader-text"><?php _e( 'Search', 'spun' ); ?></label>
		<input type="text" class="field" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" id="s" placeholder="<?php esc_attr_e( 'Search &hellip;', 'spun' ); ?>" />
		<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Go', 'spun' ); ?>" />
	</form>