August 01, 2023
Table of Contents
管理画面順
$args = array( 'post_type' => 'page', 'orderby' => 'menu_order', 'order' => 'ASC' ); $query = new WP_Query( $args );