Get Grandparent Page by ID
-
I am using the following code to retrive the page parent ID and the grandparent ID. However, only the Page Parent ID is working and not the grandparent. What do I need to modify?
$parent = $post->post_parent;
$grandparent = $parent->post_parent;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get Grandparent Page by ID’ is closed to new replies.