Help!
I have added a search box to my new theme and no matter what I put in it and search, it takes me to the most current three blog postings.
here's my searchform.php code:
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<input type="text" value="Search" onclick="value=''" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</form>
Any thoughts?