タグ名リンク無しで取得 <?php //タグ名リンク無しで取得 $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo $tag->name . ','; } } ?>