the_terms()

【テンプレートタグ】the_terms( 投稿ID, タクソノミー名, 先頭ターム前文字, ターム区切り, 最終ターム後文字 )
投稿につけられたタームのリストを表示する。

<div>
  <?php the_terms( get_the_ID(), 'hairstyletype' ); ?>
</div>
inserted by FC2 system