标签:div _id category rms custom The span var var_dump
// knowledgebase_category 为 custom post type taxonomy
$terms = get_the_terms( get_the_ID() , ‘knowledgebase_category‘ ); var_dump($terms);
Wordpress 获取 custom post type 的当前文章 分类信息
标签:div _id category rms custom The span var var_dump
原文地址:https://www.cnblogs.com/ryanzheng/p/11737381.html