Title: Wrong sort order
Last modified: January 31, 2020

---

# Wrong sort order

 *  [ezoulou](https://wordpress.org/support/users/ezoulou/)
 * (@ezoulou)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/wrong-sort-order/)
 * If you want to respect the sort order of your menu, use this code :
 *     ```
       $args = array(
       'post_type' => 'page',
       'post_parent' => $post_parent,
       'orderby'=>'menu_order',
       'order' => 'ASC'
       );
       $the_query = new WP_Query($args);
       ```
   
 * line 27 of php file included in extension (gutenberg-block-subpages-list.php)

The topic ‘Wrong sort order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/get-subpages-list.svg)
 * [Child Pages Block](https://wordpress.org/plugins/get-subpages-list/)
 * [Support Threads](https://wordpress.org/support/plugin/get-subpages-list/)
 * [Active Topics](https://wordpress.org/support/plugin/get-subpages-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/get-subpages-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/get-subpages-list/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ezoulou](https://wordpress.org/support/users/ezoulou/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/wrong-sort-order/)
 * Status: not resolved