MENU

the_search_query

検索が行われた場合に、現在のリクエストの検索クエリーを表示します。

この関数は、HTML属性(以下の”検索ボックス”の例のように)内で安全に使用する事が出来ます。
get_search_queryの値を取得するために使用します。

Displays the search query for the current request, if a search was made.

This function can be used safely within HTML attributes (as in the “search box” example, below).

Use get_search_query to retrieve the value.

目次

the_search_queryのテンプレートタグ使用方法

[php] [/php]

検索ボックス内に検索クエリーを表示する方法

検索を実行した場合、検索ボックス内に最後のクエリーを表示する事が出来ます。

If you have just performed a search, you can show the last query in the search box:

[php]
[/php]

結果ページに検索クエリーを表示する方法

検索結果ページに検索文字列を表示する事が出来ます。

You can display the search string on search result pages

[php]

You searched for “ “. Here are the results:

[/php]

注釈

  • Uses: get_search_query()
  • Filter: get_search_query
よかったらシェアしてね!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください