Учебные материалы
false));?>
post_content)) {
$children = get_pages("child_of=".$post->ID."&sort_column=menu_order");
$first_child = $children[0];
$first_child_permalink = get_permalink($first_child->ID);
echo 'Start Here';
if ( $first_child){ header('Location: '.$first_child_permalink); }
}
?>