agnar/searchform.php
Alexander Agnarson 89f75436bc Initial commit
2020-03-11 14:43:30 +01:00

5 lines
No EOL
444 B
PHP

<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','agnar'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','agnar'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','agnar'); ?>" />
</div>
</form>