1er commit

1er version
This commit is contained in:
2016-10-20 18:12:00 +02:00
commit e7ffbd3a84
47 changed files with 8545 additions and 0 deletions

16
searchform.php Executable file
View File

@@ -0,0 +1,16 @@
<!--form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>" >
<div><label class="screen-reader-text" for="s"><?php _e('Search for:'); ?></label>
<input type="text" value="<?php get_search_query(); ?>" name="s" id="s" class="inputfield" />
<input type="submit" id="searchsubmit" class="pushbutton" value="<?php _e('Search'); ?>" />
</div>
</form-->
<!-- Dave's WordPress Live Search -->
<div id="jquery-live-search-example">
<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>" >
<div><label class="screen-reader-text" for="s"><?php _e('Search for:', 'twentyten-child'); ?></label>
<input type="text" value="<?php get_search_query(); ?>" name="s" id="s" class="inputfield" />
<input type="submit" id="searchsubmit" class="pushbutton" value="<?php _e('Search'); ?>" />
</div>
</form>
</div>