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