boxstyle/searchform.php

5 lines
453 B
PHP
Raw Normal View History

2019-01-26 13:01:14 +01:00
<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','boxstyle'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','boxstyle'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','boxstyle'); ?>" />
</div>
</form>