mirror of
https://github.com/kennethreitz-archive/wp-krtheme.git
synced 2026-06-05 23:40:16 +00:00
7 lines
409 B
PHP
7 lines
409 B
PHP
<form action="<?php echo (defined('WP_SITEURL'))? WP_SITEURL: get_bloginfo('url'); ?>" method="get">
|
|
<fieldset>
|
|
<label class="HSC" for="luke-skywalker"><?php _e('Search', 'ia3'); ?></label>
|
|
<input id="luke-skywalker" name="s" placeholder="" type="text" value="<?php the_search_query(); ?>" />
|
|
<input type="submit" value="<?php _e('Search', 'ia3'); ?>" />
|
|
</fieldset>
|
|
</form>
|