I’m running into an issue where my menus are being improperly displayed. The only page that actually works like it should is the single. I am using a custom template I’ve built and I did turn this off, using a default WordPress theme, and I don’t run into this issue.
I’ve dug around some and noticed that the pages where the menus are messed up, they are calling all the subpages/children of the parent. As I’ve said before, this doesn’t happen in the single template and it’s using the same get_header() code.
I’m at a loss as to what is going on here. Any ideas?