在wp_list_ages中使用深度=n

时间:2016-04-13 作者:brandozz

我想知道在wp\\u list\\u页面中使用深度n的正确方法是什么。目前,我的侧边栏中有一个菜单,可以深入到4个级别,但我想阻止级别3&;4从显示。

法典说:

\'depth\'

(int)要包含在生成的列表中的页面层次结构中的级别数。接受-1(任何深度)、0(所有页面)、1(仅限顶级页面),and n (pages to the given n depth)。默认值0。

我尝试过:

wp_list_pages(\'child_of=124&title_li&depth=n(2)\')
wp_list_pages(\'child_of=124&title_li&depth=n2\')
在这个例子中,我似乎找不到任何关于如何使用深度的例子。

1 个回复
最合适的回答,由SO网友:Pieter Goosen 整理而成

depth=n2 应该是depth=2. n 只是一个“占位符”,应替换为您选择的实际整数值

相关推荐

如何在Functions.php中链接style.css

我是WordPress的新手;我刚开始学习WordPress。我想把风格联系起来。函数中的css。php,但我无法解决这里可能存在的问题。谁能给我指出正确的方向吗?指数php<?php get_header(); ?> <?php if ( have_posts() ) { while ( have_posts() ) { the_post();