Articles in this Pillar
↠Back to Library
// Query ONLY direct children — each gets its own card link
$query_args = [
'post_type' => 'page',
'post_parent' => $post->ID,
'posts_per_page' => -1,
'orderby' => 'menu_order',
'order' => 'ASC',
'post_status' => 'publish',
];
// FALLBACK: If this is a core pillar and children are missing in DB, find articles by slug
$pillar_name = $post->post_name;
Articles are being organized into this pillar. Check back soon.