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