first commit
This commit is contained in:
22
wp-content/themes/thinkai/searchform.php
Normal file
22
wp-content/themes/thinkai/searchform.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Search Form template
|
||||
*
|
||||
* @package THINKAI
|
||||
* @author Theme Kalia
|
||||
* @version 1.0
|
||||
*/
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
die( 'Restricted' );
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<!--Start Sidebar Search Box -->
|
||||
<div class="sidebar-search-box-style2">
|
||||
<form class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||
<input name="s" value="<?php echo get_search_query(); ?>" placeholder="<?php echo esc_attr__( 'Search Here', 'thinkai' ); ?>" type="text">
|
||||
<button type="submit"><i class="icon-loupe"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
<!--End Sidebar Search Box -->
|
||||
Reference in New Issue
Block a user