Skip to content

Instantly share code, notes, and snippets.

@delputnam
Created May 9, 2013 16:10
Show Gist options
  • Save delputnam/5548463 to your computer and use it in GitHub Desktop.
Save delputnam/5548463 to your computer and use it in GitHub Desktop.
A Bootstrap navbar-compatible search form for use with Wordpress.
<form class="navbar-search pull-right" id="searchform" action="<?php echo home_url( '/' ); ?>">
<input type="text" class="search-query" placeholder="Search" value="" name="s" id="s">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment