Wordpress 侧边栏菜单 - 添加折叠菜单子项功能

发布于 2024-11-03 18:03:52 字数 264 浏览 1 评论 0原文

我的 WordPress 侧边栏菜单变得太长,因此我只需要显示菜单项而不是子项。

有谁知道如何向其添加折叠菜单子项功能?

我正在使用一个名为:wp-wiki 的插件,并且我添加了:

<?php wp_list_pages('post_type=wiki'); ?>

所以,我得到了一个页面列表。这一切都很好,但我不想要 sidebar.php 页面上的子页面,或者至少不一直显示。

谢谢

I have a Wordpress Sidebar menu that is becoming too long so I need just to have the menu items show and not the sub-items.

Does anyone know how to add folding menu subitems functionality to it please?

I am using a plugin called: wp-wiki and I have added:

<?php wp_list_pages('post_type=wiki'); ?>

So, I get a list of pages. That's all good but I don't want the subpages on the sidebar.php page, or at least not showing all the time.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

惯饮孤独 2024-11-10 18:03:52
<?php wp_list_pages('post_type=wiki&depth=1'); ?>
<?php wp_list_pages('post_type=wiki&depth=1'); ?>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文