2024年05月30日 建站教程
wordpress建站中,如何利用wp_list_cats()
函数来调用当前分类的子分类菜单?下面web建站小编给大家简单介绍一下具体实现代码!
代码如下:
<?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=1&depth=2&hide_empty=0&child_of=150'); ?>
PS:depth=2
不可变动!
本文链接:http://so.lmcjl.com/news/5590/