Skip to content

Instantly share code, notes, and snippets.

@braginteractive
Created April 11, 2017 22:11
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 braginteractive/349d52bec4c0a818c4a6e9b6f3915463 to your computer and use it in GitHub Desktop.
Save braginteractive/349d52bec4c0a818c4a6e9b6f3915463 to your computer and use it in GitHub Desktop.
Search form for jQuery toggle in WordPress
<div class="search-bar">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<?php get_search_form(); ?>
</div><!-- .col-md-8 -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .search-bar -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment