Skip to content

Instantly share code, notes, and snippets.

@takatoshi
Created June 12, 2012 16:35
Show Gist options
  • Select an option

  • Save takatoshi/2918578 to your computer and use it in GitHub Desktop.

Select an option

Save takatoshi/2918578 to your computer and use it in GitHub Desktop.
<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
<input type="text" value="<?php echo $_GET['s']; ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment