Created
February 22, 2017 19:26
-
-
Save jerewall/7eb88a540240578ae3fc8a2663e80150 to your computer and use it in GitHub Desktop.
wordpress search form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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