//Get all terms (names) of a taxonomy of a post $term_obj_list = get_the_terms( $post->ID, 'taxonomy_name' ); ?>