How to get Parent of Parent Post in WordPress

$parent = get_post($post->post_parent);
$grandparent = $parent->post_parent;


If you found this article useful, help me out by leaving a comment below and clicking the Like button.

This entry was posted in PHP, Wordpress. Bookmark the permalink.

Comments are closed.