$terms = get_the_terms($post->ID, 'genre'); foreach ($terms as $term) { echo $term->name; // アクション、コメディと順に表示する echo ...
確定! 回上一頁