single.phpにカテゴリーリンクを貼る 2024/11/25 WordPress <?php if ( has_category() ) { echo get_the_category_list(''); } ?> BACK