DDR menu, show the node as "home" plus the children of root
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I have a page structure that looks like this
home
--node
-----child-of-node-1
-----child-of-node-2
-----child-of-node-3
-------grandchild-1
-------grandchild-2
I can get all the children and grandchildren of "node" to show up on my menu by using NodeSelector="currentChildren" but I really want the "node" to show up on the menu also. Is there a way to do this?