single.phpにカテゴリーリンクを貼る

<?php
    if ( has_category() ) {
        echo get_the_category_list('');
    }
?>