wordpress カスタム投稿 カテゴリ・タグ表示

【the_category()】

<?php echo get_the_term_list($post->ID, 'タクソノミー名', '', ', '); ?>

【the_tags()】

<?php echo get_the_term_list($post->ID, 'ターム名'); ?>
PAGE TOP