File: /home/dtptviut/domains/financo.dk/private_html/wp-content/themes/theretailer/searchform.php
<?php
/**
* The template for displaying search forms in theretailer
*
* @package theretailer
* @since theretailer 1.0
*/
?>
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
<label for="s" class="assistive-text"><?php esc_html_e( 'Search', 'theretailer' ); ?></label>
<input type="text" class="field" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" id="s" placeholder="<?php esc_attr_e( 'Search …', 'theretailer' ); ?>" />
<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'theretailer' ); ?>" />
</form>