Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/themes/homlane/searchform.php |
<?php
/**
* Search Form template
*
* @package HOMLANE
* @author Theme Arc
* @version 1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
die( 'Restricted' );
}
?>
<div class="sidebar-search-box">
<form class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get">
<input type="text" name="s" placeholder="<?php echo esc_attr__( 'Search....', 'homlane' ); ?>">
<button type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>
</div>