我已經定製了一個主題,並且在使用多詞查詢的搜索結果中遇到了一些問題。網站是住在www.abetterworldbydesign.com搜索結果不顯示在WordPress中的多個詞搜索
Searching for a single word按預期工作。
Searching for multiple words應該返回結果顯示空白結果。
下面的searchform.php代碼。
<form id="searchform" name="searchform" method="get" action="<?php echo home_url(); ?>">
<div>
<input type="text" id="s" name="s" />
<input type="submit" id="searchsubmit" value="<?php esc_attr_e('Search', 'richwp'); ?>" />
</div>
</form>
我在search.php中代碼初始化WP_Query如下正好the code listed in the codex。完整代碼爲search.php on pastebin。您搜索的PHP
也問在Wordpress的答案:http://wordpress.stackexchange.com/questions/24102/search-results-not-displaying-for-multiple-word-search –
爲什麼不給搜索權力的人 - 谷歌。示例查詢「Zero Energy Usage site:www.abetterworldbydesign.com」:http://www.google.com/search?sclient=psy&hl=zh-CN&source=hp&q=Zero+Energy+Usage+site:www.abetterworldbydesign.com&pbx=1&oq =零+能量+用法+網站:www.abetterworldbydesign.com&aq = f&aqi =&bav = on.2,or.r_gc.r_pw。&biw = 1400&bih = 912 – Igor
@Igor - 用Google自定義搜索替換WordPress搜索將是解決方法我寧願避免。主要缺點是要求在網站上使用Google品牌。 http://www.google.com/cse/docs/tos.html –