the_tags()

【テンプレートタグ】the_tags( タグ一覧前の文字列, 区切り文字, 最後のタグの文字列 )
現在の投稿が属するタグへのリンクを表示する。必ずループの中で使用する。

<?php the_tags( '<ul class="content-Tags" area-label="タグ"><li>', '</li><li>', '</li></ul>' ); ?>
inserted by FC2 system