- This topic has 6 replies, 4 voices, and was last updated 13 years, 8 months ago by Diver.
-
AuthorPosts
-
March 11, 2009 at 11:25 am #687kinoMember
Hello !
It seems that it is not possible to have separate include/exclude-lists of pages and categories for main menu and second menu.
I tried searching the forums, but didn’t find any hack that would allow this, so let this be a feature request ” title=”Smiley” />
Best regards,
JukkaMarch 12, 2009 at 5:27 pm #5594imported_RyanMemberI’ll add this to my todo list. I don’t think it will be added for quite a while though as I am too busy at the moment.
April 11, 2009 at 9:40 am #5595katootjeMemberI second this request. Is there another way to exclude pages in the second menu – like you do in the wp_list_pages with the exclude parameter? I have a bilangual website and need two different menu’s.
April 12, 2009 at 11:50 am #5596imported_RyanMemberThe latest test version can be set to allow PHP in the admin panel which would allow you to use the wp_list_pages function if you wanted:
https://geek.hellyer.kiwi/forum/http://local … 4564#p4564April 13, 2009 at 12:08 pm #5597katootjeMemberThank you, this will help a bit. But with using wp_list_pages I loose the possibility to have a second level menu, since wp_list_pages don’t support that. And that was the reason to use the multilevelnavigation plugin.
April 13, 2009 at 2:51 pm #5598imported_RyanMemberThe wp_list_pages function does support a second level. In fact that is what this plugin uses, I haven’t written a new script to create pages, it just uses the regular wp_list_pages function when the ‘Pages’ and ‘Pages (single dropdown)’ options are chosen. More information about the function is available here … http://codex.wordpress.org/Template_Tags/wp_list_pages
March 26, 2011 at 11:11 pm #5599DiverMemberThis is old topic,but I’d like to ask :
Is there any (not necessary from admin panel) method to exclude page from second menu in multi-level-navigation wordpress plugin? How to do this in code ? I saw something about [code:fz96ozrl]<?php wp_list_pages(‘title_li=exclude=5,3’) ?>[/code:fz96ozrl]
but how exactly to use it ?P.S.
PixoPoint Menu Plugin cannot use because there, I cannot assign for the second menu to display pages like in main menu.P.P.S.
Also Installed Multi-level Navigation Plugin – Advanced Addon from here: https://geek.hellyer.kiwi/forum/index.php?topic=854.15%5B/url:fz96ozrl%5DBTW with download linkhttps://geek.hellyer.kiwi/forum/index.php?action=dlattach;topic=854.0;attach=151%5B/url:fz96ozrl%5D with archives is broken,so I was intended to search in google to download it.
So,such code
[code:fz96ozrl][php] wp_list_pages(‘exclude=5,3’); [/php][/code:fz96ozrl]
in custom code field not working.
In menu it shows the code itself instead of pages.Thanks in advance.
-
AuthorPosts
- You must be logged in to reply to this topic.