Home  >  Article  >  Backend Development  >  wordpress如何输出3级别菜单 求大神

wordpress如何输出3级别菜单 求大神

WBOY
WBOYOriginal
2016-06-06 20:11:581097browse

wordpress如何输出3级别菜单 求大神

回复内容:

wordpress如何输出3级别菜单 求大神

<code class="html"><?php wp_nav_menu(array("menu"=>"navi-menu", "container"=>false, "depth"=>3)); ?></code>

navi-menu 替换成自己的菜单名

还是不会呜呜

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn