Skip to content

Instantly share code, notes, and snippets.

@seoagentur-hamburg
Last active August 10, 2016 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seoagentur-hamburg/405f242b1336f4bdfbddfc9fb7d17139 to your computer and use it in GitHub Desktop.
Save seoagentur-hamburg/405f242b1336f4bdfbddfc9fb7d17139 to your computer and use it in GitHub Desktop.
<form method="get" class="searchform themeform" action="<?php echo home_url('/'); ?>">
<div>
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php _e('To search type and hit enter','hueman'); ?>';" onfocus="if(this.value=='<?php _e('To search type and hit enter','hueman'); ?>')this.value='';" value="<?php _e('To search type and hit enter','hueman'); ?>" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment