WordPress get_categories()根据分类序号排序orderby term_group 在WordPress中,您可以使用get_categories()函数来获取分类列表,并通过指定orderby参数为term_group来按分类序号排序。term_group是WordPress中分类...