textdash/searchform.php

5 lines
453 B
PHP
Raw Permalink Normal View History

2021-08-14 18:53:24 +02:00
<form method="get" class="searchform themeform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<div>
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php esc_attr_e('To search type and hit enter','textdash'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','textdash'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','textdash'); ?>" />
</div>
</form>