So when ever i go to subpage 1, it shows only the list of pages withing the same level as subpage 1, but I want to show the main nav with the subpages still, but only for a specific page. So for example I only want Page 4's sub pages to show the main navigation and the rest will show the pages within the same level.
Navigation Challenge?
Hey guys, I've create my navigation code for a client and for a specific page the client wants the main level navigation to show ("level 1")
Home
Page 1
Page 2
Page 3
- Subpage 1
- Subpage 2
- Subpage 3
Page 4
- Subpage 4
- Subpage 5
- Subpage 6
Page 5
Page 6
So when ever i go to subpage 1, it shows only the list of pages withing the same level as subpage 1, but I want to show the main nav with the subpages still, but only for a specific page. So for example I only want Page 4's sub pages to show the main navigation and the rest will show the pages within the same level.
Heres my code.
Mean I thought something Model.NodeById(1000).Children() would be the query but am not sure how to go about it? any advice would be helpful.
is working on a reply...