2012-02-01, 18:35:49
Dominic Wrote:What I would like to do is have the link to the parent page stay "current" while someone is on that page's children.
Edit your template and change:
Code:
<?php get_navigation(return_page_slug()); ?>
to:
Code:
<?php get_navigation(get_parent(0)==''?return_page_slug():get_parent(0)); ?>