$terms = get_the_terms($post->ID, $taxonomy);. end($terms);. $term_id = key($terms);. $term = get_term($term_id,$taxonomy);. echo $term->name; ...
確定! 回上一頁