全てのタクソノミーアーカイブページが表示されている場合です。
When any Taxonomy archive page is being displayed.
目次
is_tax(‘mild’)
‘mild’スラッグのタクソノミーのアーカイブページが表示されている場合です。
When the archive page for taxonomy with the slug of ‘mild’ is being displayed.
is_tax(array(‘sharp’,’mild’,’extreme’))
“sharp”, “mild”, “extreme”のいずれかのスラッグを持つタクソノミーアーカイブが表示されている時trueを返します。
Returns true when the taxonomy archive being displayed has a slug of either “sharp”, “mild”, or “extreme”.
is_archive()を参照してください。
See also is_archive().
コメント