Created
March 27, 2017 19:19
-
-
Save MrJSdev/4850474a3a95fc1abdba08ed9958ada9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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