Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Created March 27, 2017 19:19
Show Gist options
  • Select an option

  • Save MrJSdev/4850474a3a95fc1abdba08ed9958ada9 to your computer and use it in GitHub Desktop.

Select an option

Save MrJSdev/4850474a3a95fc1abdba08ed9958ada9 to your computer and use it in GitHub Desktop.
<form role="search" method="get" class="search-form" action="<?php echo home_uhrl( '/' ); ?>">
<div class="input-group search-form">
<input type="search" class="form-control"
placeholder="<?php echo esc_attr_x( 'Search …', 'placeholder' ) ?>"
value="<?php echo get_search_query() ?>" name="s"
title="<?php echo esc_attr_x( 'Search for:', 'label' ) ?>" />
<span class="input-group-addon"> <button type="submit" class="search-btn"> <i class="fa fa-search" aria-hidden="true"></i> </button></span>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment