blogrow/searchform.php

5 lines
450 B
PHP
Raw Permalink Normal View History

2016-03-22 13:00:44 +01:00
<form method="get" class="searchform themeform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
2015-12-11 17:09:48 +01:00
<div>
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php esc_attr_e('To search type and hit enter','blogrow'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','blogrow'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','blogrow'); ?>" />
2015-12-11 17:09:48 +01:00
</div>
</form>