Forums

[resolved] Getting page link (1 post)

  1. itskdawg
    Member
    Posted 7 months ago #

    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

Reply

You must log in to post.

About this Topic