is_tax()
is_tax( string|string[] $taxonomy = ”, int|string|int[]…
is_tax( string|string[] $taxonomy = ”, int|string|int[]|string[] $term = ” )
确定查询是否针对现有的自定义分类存档页。
Determines whether the query is for an existing custom taxonomy archive page.
目录锚点:#说明#参数#返回#源码#笔记
说明(Description)
如果指定了$taxonomy参数,则此函数还将检查查询是否针对特定的$taxonomy。
如果除了$taxonomy参数之外还指定了$term参数,则此函数还将检查查询是否针对指定的某个术语。
有关此主题函数和类似主题函数的更多信息,请参阅主题开发人员手册中的条件标记文章。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$taxonomy | (string | string[]) | 可选 | 分类学要对照的蛞蝓或蛞蝓。 |
$term | (int | string | int[] | string[]) | 可选 | 要检查的术语ID、名称、段塞或数组。 |
返回(Return)
(bool)对于自定义分类法存档页为True,对于内置分类法(bool)为false。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/query.php:328 | 10 | 3 |
笔记(Notes)
$term参数还接受term对象。
如何限制特定分类法的登录页中出现的文章数:
实例
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!