initial commit
This commit is contained in:
6
searchform.php
Executable file
6
searchform.php
Executable file
@@ -0,0 +1,6 @@
|
||||
<!-- search -->
|
||||
<form class="search" method="get" action="<?php echo home_url(); ?>" role="search">
|
||||
<input class="search-input" type="search" name="s" placeholder="<?php _e( 'To search, type and hit enter.', 'iotheme' ); ?>">
|
||||
<button class="search-submit" type="submit" role="button"><?php _e( 'Search', 'iotheme' ); ?></button>
|
||||
</form>
|
||||
<!-- /search -->
|
||||
Reference in New Issue
Block a user