Wordpress 獲取 custom post type 的當前文章 分類信息

// knowledgebase_category 爲 custom post type taxonomy

$terms = get_the_terms( get_the_ID() , 'knowledgebase_category' ); var_dump($terms);

 

相關文章
相關標籤/搜索