検索が行われた場合に、現在のリクエストの検索クエリーを表示します。
この関数は、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]例
検索ボックス内に検索クエリーを表示する方法
検索を実行した場合、検索ボックス内に最後のクエリーを表示する事が出来ます。
[php]If you have just performed a search, you can show the last query in the search box:
コメント