Include menu on all child and grandchild pages of a specific parent page
-
Hi everyone,
I’m looking to add a page specific menu in wordpress.
My site consists, among other pages, of three special pages which have children and grandchildren in the page structure in WordPress. So three pages with three levels in all.
What I want to do is to display a different custom navigation menu depending on page family on all ancestor pages.
I have succeeded with displaying a specific navigation menu on parent pages and their children, but not on grandchildren.
I have used:if (is_tree(page-id)) { // stuff }
to include and display each specific navigation menu.php, but as mentioned, it is not working for grandchild pages.
Is there any way to display it on the full family tree?
Looking forward to receiving suggestion for a solution. Thank you for your help!
Anne.
- The topic ‘Include menu on all child and grandchild pages of a specific parent page’ is closed to new replies.