mirror of
https://github.com/kennethreitz-archive/wp-krtheme.git
synced 2026-06-05 23:40:16 +00:00
8 lines
312 B
PHP
8 lines
312 B
PHP
<form method="get" action="<?php bloginfo('url'); ?>" class="sitesearch">
|
|
<fieldset>
|
|
<legend>Search for this site</legend>
|
|
<input type="text" id="s" name="s" value="<?php the_search_query(); ?>" placeholder="Search Keyword" />
|
|
<input type="submit" id="searchsubmit" value="Search" />
|
|
</fieldset>
|
|
</form>
|