I’m having a hard time working through the Walker_Nav_Menu docs. I want to have a walker that about puts the children of an element with certain id but i’m not sure exactly where to start.
I did some research but couldn’t find anything based off of a Page ID. Does any one have any links or references on how to get this to work?
Thanks for the info
Solved!
I was looking a it all wrong, i was trying to compare post ID instead of menu ID
here’s my full walker, modified version of Stephen Harris wp.tutsplus tutorial
if you don’t pass an menu item ID it resorts to the current posts tree.