I have 1 parent page with 3 children
About (page id 126)
>Mission Statement
>Directors
>Board Members
I want to display this entire node in the skin using the DNN menu skin object. So I use the NodeSelector method. So I target the About page and use NodeSelector="126". This grabs all the children, but not the parent. So it will only show the 3 children but I also want to show the parent (with the parent/child relationship still in tact). How do I do this?