<?php the_category(', ')在网上查了一下作用是把分类以链接的方式来显示。 ... <?php $category = get_the_category(); echo $category[0]->cat_name; ?> 这个代码虽然能起 ...
確定! 回上一頁