How to get grandparent page in classes.php?
-
$current = $page->ID; $parent = $current->post_parent; $grandparent = $parent->post_parent;
$current displays the page ID just fine, but $parent and $grandparent are empty. Yes, I checked it on grandchildren pages.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to get grandparent page in classes.php?’ is closed to new replies.