I’m looking for the most robust way to build a dynamic inner page navigation menu.
For example, we will have a parent page that the client will add sub pages (and further children)
I need a way to reate a menu that will dynamically pull these pages based off the parent and ability to indent children for visual seperation of parent and child pages. I would need the menu on each page from the parent to the lowest child page to show the same menu, so the looper setting for current page children won’t work for this purpose.
I have tried through the wordpress widget page list, it works but it isn’t ideal and we would prefer to build out in cornerstone to make it more robust.
I am aware we can create some loopers within loopers, but given I can’t be certain how manyparent, child sub child… levels may be added in the future, i’m not sure it will work.
Do you have any recommendations?
Attached is what we currently have with the widget, but as we have a few different parent pages we need to accomplish this on, i’d like to pivot to the solution through cornerstone loopers/dynamic content.
Thank you