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