get taxonomy by post code example Example: wordpress get taxonomy of a post Click to copy<?php $term_obj_list = get_the_terms( $post->ID, 'taxonomy_name' ); ?>