Skip to content

Instantly share code, notes, and snippets.

@spigists
Created August 7, 2013 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spigists/6176761 to your computer and use it in GitHub Desktop.
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)
<!--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