Using page list with parent, child and grandchild pages for current nav section as widget in sidebar. Parent page displays correctly as widget title when on child page, but when on grandchild page widget title changes to child page title. Regardless of what I've tried to get back to the root parent, the result is always the same as using this:
php global $post; $thispage = $post->ID;
php $parent_title = get_the_title($post->post_parent); echo $parent_title;
Thanks in advance.