<?php $terms = get_the_terms($post->ID,'ターム'); foreach( $terms as $term ) {?> <?php echo $term->name; ?> <?php }?>
おすすめの記事

WEB制作・広告
<?php $terms = get_the_terms($post->ID,'ターム'); foreach( $terms as $term ) {?> <?php echo $term->name; ?> <?php }?>