QR 2025年1月7日[child_pages] function show_child_pages() { global $post; $args = array( ‘post_type’ => ‘page’, ‘post_parent’ => $post->ID, ‘orderby’ => ‘menu_order’, ‘order’ => ‘ASC’ ); $child_pages = get_pages($args); $output = ‘ ‘; foreach ($child_pages as $page) { $output .= ‘ Posted by みたぽん