WordPress、投稿タグのリンク有り無しの出力方法

WordPress、投稿タグのリンク有り無しの出力方法

リンク付き

<?php the_tags(''); ?>

リンク無し

<?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo $tag->name . ”;
}
}
?>

制作対応できるのは

202311月〜

ご相談はいつでもOK!

東京ブランド「ロゴ」