我的网站上有两种不同的搜索结果,我想完全改变搜索结果页面的外观。我对搜索表单做了一些修改,但我不确定如何强制它重定向到另一个搜索。php如有任何帮助,将不胜感激
<form role="search" method="get" id="searchsupport" action="/">
<label class="screen-reader-text" for="s">Search for:</label>
<input type="text" onfocus="if (this.value == \'Search\')
{this.value = \'\';}" onblur="if (this.value == \'\')
{this.value = \'search\';}" id="s" name="s" value="search" class="search-form round">
<input type="hidden" id="searchsubmit">
<input type=\'hidden\' name=\'post_type\' value=\'software, documents\' />
</form>