Wordpress 获取 custom post type 的当前文章 分类信息
Posted ryanzheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress 获取 custom post type 的当前文章 分类信息相关的知识,希望对你有一定的参考价值。
// knowledgebase_category 为 custom post type taxonomy
$terms = get_the_terms( get_the_ID() , ‘knowledgebase_category‘ ); var_dump($terms);
以上是关于Wordpress 获取 custom post type 的当前文章 分类信息的主要内容,如果未能解决你的问题,请参考以下文章