Ver original<p><?php foreach((get_the_terms($post->ID, 'pet-breed')) as $term) { echo $term->name. ''; } ?></p>