blogcards/searchform.php
Alexander Agnarson 74bf86a6f2 Initial commit
2024-04-14 21:21:20 +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','blogcards'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','blogcards'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','blogcards'); ?>" />
</div>
</form>