两个搜索框:一个是所有内容,一个是标题 时间:2011-09-14 作者:Karen Turner 我想有两个单独的搜索功能。第一个很好,第二个,我只想搜索标题。我已经尝试了[此处]建议的代码(https://wordpress.stackexchange.com/questions/27407/two-search-boxes-one-only-searches-titles-the-other-searches-all-content), 但不知道如何使函数以隐藏值为条件(\'by-ref\') 在我的搜索表单中。<form method="get" id="searchform" action="<?php bloginfo(\'home\'); ?>/"> <input type="text" value="" name="s" id="search-text" /> <input type="hidden" name="search-type" value="by-ref" /> <input name="submit" type="submit" value="Go" /> </form> 1 个回复 SO网友:Karen Turner 这并不难,我已经解决了这个问题,所以对于任何其他陷入困境的人,只需补充:if(isset($\\u GET[\'search-type])==“by ref”){添加\\u筛选器(\'posts\\u search\',\'uuu search\\u by\\u title\\u only\',500,2);}其中“by ref”在表格中设置为输入type=“hidden”name=“search type”value=“按参考” 结束 文章导航