7 lines
362 B
PHP
Executable File
7 lines
362 B
PHP
Executable File
<!-- 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 -->
|