initial commit

This commit is contained in:
2019-06-09 16:44:48 +02:00
commit 3f2c379529
122 changed files with 57403 additions and 0 deletions

6
searchform.php Executable file
View 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 -->