squareread/searchform.php
Alexander Agnarson 7d92c8febe Initial commit
2021-03-08 18:44:29 +01:00

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