Title: Orderby
Last modified: January 2, 2019

---

# Orderby

 *  Resolved [93bjones](https://wordpress.org/support/users/93bjones/)
 * (@93bjones)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/orderby-6/)
 * Hi,
 * We would like the Order Export CSV to be Ordered By Order Total.
 * How can we do this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/orderby-6/#post-11049584)
 * Hi [@93bjones](https://wordpress.org/support/users/93bjones/)
 * You can use the “WP_Query Results” option for this: [http://www.wpallimport.com/tour/export-developer-friendly/](http://www.wpallimport.com/tour/export-developer-friendly/).
   Here’s an example query:
 *     ```
       'post_type' => 'shop_order',
       'post_status' => array( 'wc-completed', 'wc-processing', 'wc-pending' ),
       'meta_key' => '_order_total',
       'orderby' => 'meta_value_num',
       'order' => 'DESC'
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Orderby’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-export/assets/icon-256x256.png?rev=2570162)
 * [WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel](https://wordpress.org/plugins/wp-all-export/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-export/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-export/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-export/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-export/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-export/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/orderby-6/#post-11049584)
 * Status: resolved