WordPressでブログを検索すると、検索結果に1つの項目しか表示されないことがある。サイトの構成にもよりますが、これはユーザーが探していた項目であるはずです。あるユーザーから、検索クエリーの結果が1つしか一致しない場合、その投稿にリダイレクトする方法はないかという質問がありました。この投稿では、検索クエリーで1つしか一致しなかった場合にユーザーを投稿にリダイレクトする方法を紹介します。
すべてテーマのfunctions.phpファイルを開き、以下のスニペットを貼り付けるだけです。
[cbk1]
この機能を期待していないユーザーもいるでしょう。そのため、彼らを驚かせてしまうかもしれません。
Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.
Reader Interactions
Casey Lessard
Worked for me. I run a local search engine using WordPress and I have been trying to find this solution for some time. Does exactly as described. Thank you so much!
Eric
I want to make it so when some searches a specific phrase it redirects to an easter egg, like if someone searches “I see dead people” specifically it’ll redirect them to a URL I can define.
Nebulas Website Design
Thanks for this piece of code it made my client very happy and I didn’t thnk it could be done. However it’s not working for us we are using the Relevanssi search plugin should it work with this?
carlos
What if I want to redirect any search query to the most relevant post no matter what the number of posts the search returns? I’d really like to be able to do that.
Editorial Staff
Get rid of the if conditional from the code above, and it should do it.
Admin
CalebZahnd
This is handy. Thanks!