????
Current Path : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/ |
Current File : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/searchform.php |
<?php /** * * Search form. * @since 1.0.0 * @version 1.0.0 * */ ?> <div class="widget-search"> <form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get"> <div class="input-group"> <input type="text" placeholder="<?php esc_attr_e( 'Search', 'rashy' ); ?>" name="s" class="form-control input-sm"/> <span class="input-group-btn"> <button type="submit" class="btn btn-sm btn-search"><i class="fa fa-search"></i></button> </span> <input type="hidden" name="post_type" value="post" class="post_type" /> </div> </form> </div>