计算分类学中的职位数?

时间:2013-12-16 作者:Jon Furry

wp\\u count\\u terms()统计分类法中的术语数量,但不统计包含这些术语的帖子数量,我发现wp\\u count\\u post()不接受分类法。

那么,一个人要做什么来计算分类术语中的帖子数量呢?

示例:

术语:ApplesPost:89(这是我想要的,有“苹果”分类法的帖子数量)

谢谢

1 个回复
最合适的回答,由SO网友:Madalin.Ungureanu 整理而成

您要查找的函数是get\\u term()http://codex.wordpress.org/Function_Reference/get_term

代码如下所示:

$term = get_term( 1, \'category\' );//for example uncategorized category
echo \'count: \'. $term->count;

结束

相关推荐

自定义POST类型支持GET_USERS(‘orderby=post_count’);

默认WordPress功能get_users(\'orderby=post_count\'); 仅向用户订购他们所发帖子的数量。你知道如何修改它以支持自定义帖子类型吗?UPDATE:我只想查询“公司项目”类型的帖子。目前,此代码段位于“我的函数”中。php: function user_query_count_post_type($args) { $args->query_from = str_replace(\"post_type = post AND\", \"post_type