This repository has been archived on 2019-06-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
io-theme-2019/searchform.php
2019-06-09 16:44:48 +02:00

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 -->