larsm66 0 Report post Posted December 8, 2009 Can I add a third level of top navigation? The pages can be added and they show up on the sidebar nav. How can I get them to show on the top nav bar as well? Thanks. Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 8, 2009 Its tough, do you need a heirarchy to show up? If not you could simply change the 'depth' of the subnav. How exactly would you like it to look. Share this post Link to post Share on other sites
larsm66 0 Report post Posted December 8, 2009 I would want the hierarchy to show up. Otherwise my users might get confused. I could work around the issue by making a page with links but that is really old school. Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 8, 2009 Right. Well this is a little bit of a design challenge as WP doesn't handle nav exceptionally well. You can start with the code inside of '_grandchildnav.php' inside the library folder. This code will need to be included or selectively 'cut and pasted' to something like '_subnav.php' to get what you want. If you know a little about web design; its very doable. Share this post Link to post Share on other sites