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> \
thanks, that solved the problem :).
Hey WPers, try this:
Go to Options -> Permalinks -> Select Numeric -> Update
Your links should look something like: http://yourdomain.com/index.php/page_title
Yea, the problem still exists. I’m using IE6. Any ideas? because my visitors still face the problem.