I have a problem, the current theme I am using doesn’t have a search.php file. How do I create the page and what needs to be in it?
The current search form in the sidebar looks like this:
\<h1>Search Box</h1>
<form action=”<?php bloginfo(‘url’); ?>” method=”get” class=”searchform”>
<p>
<input name=”s” class=”textbox” type=”text” />
<input name=”search” class=”button” value=”Search” type=”submit” />
</p>
</form> \