Last active
June 2, 2017 13:57
-
-
Save jerewall/dcbdc98063add33d5fb04c6d4075fb20 to your computer and use it in GitHub Desktop.
Wordpress Search Code
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="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