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