Skip to content

Instantly share code, notes, and snippets.

@jerewall
Last active June 2, 2017 13:57
Show Gist options
  • Save jerewall/dcbdc98063add33d5fb04c6d4075fb20 to your computer and use it in GitHub Desktop.
Save jerewall/dcbdc98063add33d5fb04c6d4075fb20 to your computer and use it in GitHub Desktop.
Wordpress Search Code
<div class="searchbox">
<form role="search" method="get" id="searchform" class="searchform" action="/">
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment