// knowledgebase_category 为 custom post type taxonomy
$terms = get_the_terms( get_the_ID() , 'knowledgebase_category' ); var_dump($terms);