Skip to content

Instantly share code, notes, and snippets.

@xavortm
Last active August 29, 2015 14:04
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 xavortm/375134fb3c8b89729d92 to your computer and use it in GitHub Desktop.
Save xavortm/375134fb3c8b89729d92 to your computer and use it in GitHub Desktop.
<ul class="nav navbar-nav navbar-right">
<form role="search" method="get" id="searchform" class="searchform navbar-form navbar-right" action="<?php esc_url( home_url( '/' )); ?>">
<div class="form-group">
<input type="text" class='form-control' placeholder="<?php _e("Search:", "studiox") ?>" value="<?php get_search_query(); ?>" name="s" id="s" />
</div>
<input type="submit" id="searchsubmit" value="<?php esc_attr_x( 'Search', 'submit button' ); ?>" />
</form>
<li class='search-icon'><a href="#"><i class="fa fa-search"></i></a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment