2019
04-15
我们在做wordpress网站的时候常常需要调用子分类的数据和列表, 通过下面代码就可以实现: <?php global $cat; $cats = get_categories(array( ...