リンク付き
<?php the_tags(''); ?>
リンク無し
<?php $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo $tag->name . ”; } } ?>
<?php the_tags(''); ?>
<?php $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo $tag->name . ”; } } ?>