wp count terms 统计分类法中的分类项目数量
描述 统计分类法中有多少个分类项目。 默认 $args 为 ‘hide_empty’ ,可以为’hide_em…
描述
统计分类法中有多少个分类项目。
默认 $args 为 ‘hide_empty’ ,可以为’hide_empty=true’ 或 array(‘hide_empty’ => true).
使用方法
<?php wp_count_terms( $taxonomy, $args ); ?>
参数
$taxonomy
(string) (必需) 分类法名称
默认: string
$args
(mixed) (可选) 覆盖默认参数,查阅 get_terms().
默认: array/string
返回值
(int)
$taxonomy 的分类项目总数。
类别:WordPress技巧、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!