Hi, CMSMS starter here.
I'm trying to create a second menu to my site that contains external links. My idea was to create a subpage "Links" etc and include my links as subs with content type "external link" but looking at the menumanager examples I have no idea how to query only pages with type "link" under the "Links" page.
Separate menu for links
Re: Separate menu for links
From description it looks like you have missed parameter "start_page" in MenuManager help. I assume "link" is an alias of page "Links".
This way you will create instance of MenuManager, that shows submenu starting with page "Links" and includes all children (in your case - pages of type "External link") .
Code: Select all
{menu start_page="links"}
Re: Separate menu for links
yeah, sry, missed it. got it working.
thank you!
thank you!