dashwall/searchform.php
Alexander Agnarson fe0be23838 Initial commit
2025-03-27 14:38:21 +01:00

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