petegarnish 0 Report post Posted April 7, 2011 Hi, I need to disable the grandchild links from the dropdown navigation in StationPro. That is, I want the dropdowns to only show the parent and child links. Tahnks in advance Share this post Link to post Share on other sites
petegarnish 0 Report post Posted April 7, 2011 Solved. Edit the header.php and look for this line: <?php wp_list_pages('sort_column=menu_order&depth=3&title_li='); ?> Then simply change the depth=3 to depth=2 Done. Share this post Link to post Share on other sites