Wordpress 侧边栏菜单 - 添加折叠菜单子项功能
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)