在 category.php 页面获取当前 category
if(is_category()) {
$cat = get_query_var(‘cat’);
$yourcat = get_category($cat);
echo “该分类别名为” . $yourcat->slug;
}
在 category.php 页面获取当前 category
if(is_category()) {
$cat = get_query_var(‘cat’);
$yourcat = get_category($cat);
echo “该分类别名为” . $yourcat->slug;
}