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