I've got many 2.9.2 blogs all using the same theme and plugins, but on just one of my blogs the following odd problem is happening:
Any search made from the standard WP Search widget will send the user to the front of the blog. -They could make the search from any page or post of the blog, it always navigates them to the front again.
Archives and comments work great, so I tried replacing both the searchform.php and search.php files from another similar blog, but nothing changed at all.
So odd... Anyone got any ideas? Here is my searchform code:
<form method="get" name="searchform" action="<?php bloginfo('url'); ?>/">
<div><input type="text" value="<?php the_search_query(); ?>" name="s" style="width: 95%;" />
<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<input class="art-button" type="submit" name="search" value="<?php _e('Search', 'kubrick'); ?>" />
</span>
</div>
</form>
-It is working on many other similar blogs now... Just not this one.
Thanks in advance,
Luke