wp get custom post custom taxonomy terms code example
Example: wordpress get taxonomy of a post
<?php $term_obj_list = get_the_terms( $post->ID, 'taxonomy_name' ); ?>
<?php $term_obj_list = get_the_terms( $post->ID, 'taxonomy_name' ); ?>