固定ページの子ページの一覧を順序を直して取得するには、下記のソースにすること。
$child_posts = get_children( array('post_parent' => get_the_ID(), 'order' => 'ASC', 'orderby' => 'menu_order' ) );
【参照元】
https://qiita.com/hyperkinoko/items/2d33831c87f68c8cfffe
固定ページの子ページの一覧を順序を直して取得するには、下記のソースにすること。
$child_posts = get_children( array('post_parent' => get_the_ID(), 'order' => 'ASC', 'orderby' => 'menu_order' ) );
【参照元】
https://qiita.com/hyperkinoko/items/2d33831c87f68c8cfffe