是否可以创建一个特殊的wp查询,查看特定分类法或分类术语中存在多少帖子,并根据帖子的数量执行特定的循环?
我的想法是-
Id like to be able to show particular CPT content in a different styled format depending on how many of those posts exist.
例如:
假设taxonomy "product categories" 仅包含约2 posts 与列出child terms 存在于该分类法中rather then something like 20...
我想做的是通过CSS以更大的样式列出这些产品,而不是在产品数量更大时默认使用更统一的样式
是否可以做到这一点,如果可以,如何做到?
最合适的回答,由SO网友:onetrickpony 整理而成
只需检查找到的帖子总数:
if($your_query->found_posts > 20) ...
然后决定你希望你的分数是多少。
如果要查看与某个product\\u类别术语关联的产品数量,请使用get_term() 并检查“count”属性