wp_reset_queryの関数は、カスタムループで使用された前のクエリーを廃止します。ループは、期待された条件付きタグの動作確認後に呼び出されるべきです。
This function destroys the previous query used on a custom Loop. Function should be called after The Loop to ensure conditional tags work as expected.
目次
wp_reset_queryのテンプレートタグ使用方法
[php][/php]wp_reset_queryのパラメーター
この関数は任意のパラメータを受け付けません。
This function does not accept any parameters.
返り値
この関数は任意の値を返すことはありません。
This function does not return any values.
例
次の例では、カスタムループ後にwp_reset_query()を使用する方法で表示します。
[php]The following example shows how to use wp_reset_query() after a custom loop
コメント