以分类ID为4的父分类作为例子 if (cat_is_ancestor_of(4, $cat)) { get_template_part('category-4-child'); } else { get_template_part('category'); } 将代码放到要调用的分类模板中即可
以分类ID为4的父分类作为例子 if (cat_is_ancestor_of(4, $cat)) { get_template_part('category-4-child'); } else { get_template_part('category'); } 将代码放到要调用的分类模板中即可