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 的当前文章 分类信息的主要内容,如果未能解决你的问题,请参考以下文章

在Wordpress循环中获取迭代计数

获取wordpress主题中的自定义字段值

如何使用 ACF 和 Wordpress 从页面获取字段组 ID?

Wordpress自定义字段

在wordpress小部件中获取自定义文章类型

Wordpress-自定义域