默认的 the_category()是带链接的.
输出不带链接的:
<?php $nolink_category = get_the_category(); echo $nolink_category[0]->cat_name; ?>