colordive/searchform.php
Alexander Agnarson 3068304eb6 Initial commit
2025-03-30 14:46:55 +02:00

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