slug; ?>
"> post_parent !== 0 ? get_post($currentPage->post_parent) : null; $grandParentPage = $parentPage->post_parent ? get_post($parentPage->post_parent) : null; $args = array( 'posts_per_page' => -1, 'order' => 'ASC', 'post_parent' => $currentPage->ID, 'post_type' => 'page', ); $childrenPages = get_children($args); // echo '
';
			// print_r($childrens);
			// echo '
'; ?> $pageIcon, "title" => $currentPage->post_title, "description" => the_excerpt(), "coverIllustration" => get_field('page_illustration', $currentPage->ID), )); ?> $subPage->post_title, "excerpt" => get_the_excerpt($subPage->ID), "permalink" => get_the_permalink($subPage->ID), "coverIllustration" => get_field($subPage->ID), )); ?>