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