Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created February 27, 2012 21:43
Show Gist options
  • Select an option

  • Save billrobbins/1927299 to your computer and use it in GitHub Desktop.

Select an option

Save billrobbins/1927299 to your computer and use it in GitHub Desktop.
Search Form
<form id="searchform" method="get" action="<?php echo get_option('home') ?>/">
<input type="text" value="<?php _e("Search our site", 'organizedthemes'); ?>" name="s" id="s-form" onfocus="if (this.value == '<?php _e("Search our site", 'organizedthemes'); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e("Search our site", 'organizedthemes'); ?>';}" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment