featureon/searchform.php

5 lines
456 B
PHP
Raw Permalink Normal View History

2020-03-11 14:51:38 +01:00
<form method="get" class="searchform themeform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<div>
2020-03-11 16:50:30 +01:00
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php esc_attr_e('To search type and hit enter','featureon'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','featureon'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','featureon'); ?>" />
2020-03-11 14:51:38 +01:00
</div>
</form>