Get Parent Page link from Child Page
-
I want to get a link to the parent page from a child page. $post->post_parent returns the correct page ID, but this isn’t working:
<?php wp_list_pages('title_li=&include='.$post->post_parent); ?>
… why not?
What am I doing wrong?
Thanks guys ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get Parent Page link from Child Page’ is closed to new replies.