Created
August 7, 2013 18:08
-
-
Save spigists/6176761 to your computer and use it in GitHub Desktop.
Fix the search box on WordPress 3.6 sites using older versions of Roots (non BS 3 versions)
This file contains hidden or 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
<!--Start Search Form --> | |
<div class="span3"> | |
<div id="search" class="input-append"> | |
<form role="search" method="get" id="searchform" action="http://##SITE-URL-HERE##" _lpchecked="1"> | |
<label class="hide" for="s">Search for:</label> <input type="text" value="" name="s" id="s" class="span2" placeholder="Search..."> | |
<button type="submit" id="searchsubmit" value="Search" class="btn">Search</button></form> | |
</div> | |
</div> | |
<!--End Search Form --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment