summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/default/searchform.php
blob: c6f714035d30e66d5822efdcb0f0d2d820af7f94 (plain)
1
2
3
4
5
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>