Hi guys
How can I have the following
<h2 class="sidenav">
<?php
$parent_title = get_the_title($post->post_parent);
echo $parent_title;
?>
</h2>
To also link to the page, so even if I was on a child page, the parent page would be displayed linked?
Cheers