Skip to content

Instantly share code, notes, and snippets.

@ryanhellyer
Created October 7, 2012 14:01
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 ryanhellyer/3848471 to your computer and use it in GitHub Desktop.
Save ryanhellyer/3848471 to your computer and use it in GitHub Desktop.
Search query
<form role="search" method="get" id="searchform" action="" >
<label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="<?php echo esc_attr( $_GET['s'] ); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment