typict
3/15/2016 - 5:22 PM

ID батьківської сторінки

ID батьківської сторінки

<?php

if ($post->post_parent) {
$ancestors=get_post_ancestors($post->ID);
$root=count($ancestors)-1;
$parent = $ancestors[$root];
} else {
$parent = $post->ID;
}

echo $parent;
?>