theme and plugin sync
This commit is contained in:
15
searchform.php
Normal file
15
searchform.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Header Search form template.
|
||||
*
|
||||
* @package ThemeStarter
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<!-- Header Search -->
|
||||
<form method="get" action="<?= esc_url(site_url('/')) ?>" id="header-search" class="absolute z-10 p-4 flex inset-0 items-center max-w-7xl mx-auto">
|
||||
<div class="absolute left-8 h-full flex items-center"><i class="bi bi-search"></i></div>
|
||||
<input type="search" id="s" name="s" class="pl-10 focus:border-white rounded-md w-full" type="text" placeholder="Search...">
|
||||
</form>
|
Reference in New Issue
Block a user