Forums

how to get parent page title from secoundry child id (3 posts)

  1. gchokeen
    Member
    Posted 1 year ago #

    I have page like below structure parent->child1->child2->child3 I have child3 page id . from this how can i get other child and parent title

    get_the_title($post->post_parent) by this function i got child 2 but how can i get chlld 1 and parent title

    Thanks in advance

  2. Michael Fields
    Theme Wrangler
    Posted 1 year ago #

    You can look in the $post->ancestors array which should contain the ids of all ancestor pages for the current page.

  3. gchokeen
    Member
    Posted 1 year ago #

    Thank you so much for your support

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags