Skip to content

Instantly share code, notes, and snippets.

@jerewall
Created February 22, 2017 19:26
Show Gist options
  • Save jerewall/7eb88a540240578ae3fc8a2663e80150 to your computer and use it in GitHub Desktop.
Save jerewall/7eb88a540240578ae3fc8a2663e80150 to your computer and use it in GitHub Desktop.
wordpress search form
<div class="form">
<form role="search" method="get" id="searchform" class="searchform" action="/">
<input type="text" value="" name="s" id="s" placeholder="Search" />
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment