consultstreet
This commit is contained in:
6
wp-content/themes/consultstreet/searchform.php
Normal file
6
wp-content/themes/consultstreet/searchform.php
Normal file
@ -0,0 +1,6 @@
|
||||
<form method="get" id="searchform" class="input-group" action="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||
<input type="text" class="form-control" placeholder="<?php esc_attr_e( 'Search', 'consultstreet' ); ?>" name="s" id="s">
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-success" type="submit"><?php esc_html_e( 'Go', 'consultstreet' ); ?></button>
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user