How to get the parent page permalink
-
Hi,
When I’m in a subpage I’m getting the parent page title using something like that:
$parent_title = get_the_title($post->post_parent); echo $parent_title;
I’m looking for a tip to link the parent title with the parent page permalink.
Thanks in advance!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to get the parent page permalink’ is closed to new replies.