wordpress中和category页面有关的函数 发表评论 获取当前分类的分类名称 <?php single_cat_title() ?> 获取当前分类的slug <?php $term = get_queried_object(); echo $term->slug;