Title: Order and custom post types
Last modified: August 31, 2016

---

# Order and custom post types

 *  [David P.](https://wordpress.org/support/users/bifidusinactif/)
 * (@bifidusinactif)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/order-and-custom-post-types/)
 * Hi,
 * I have a custom post type `livre` and a custom taxonomy `categorie-livre`.
    I
   want to get posts `livre` having term `romans-ado` from the taxonomy `categorie-
   livre` in `asc` order. So, I try to query this like that : `http://www.mywebsite.
   com/wp-json/wp/v2/livre?filter[categorie-livre]=romans-ados&filter[order]=ASC`
   but posts are returned in the same order with `http://www.mywebsite.com/wp-json/
   wp/v2/livre?filter[categorie-livre]=romans-ados&filter[order]=DESC`.
 * If I query with a search like this `http://www.mywebsite.com/wp-json/wp/v2/livre?
   filter[s]=toto&filter[order]=ASC`, order is OK.
 * Is that a bug I should report or is there something I have to declare in my custom
   post type or custom taxonomy to make it work ?
 * Thanks !
 * [https://wordpress.org/plugins/rest-api/](https://wordpress.org/plugins/rest-api/)

The topic ‘Order and custom post types’ is closed to new replies.

 * ![](https://ps.w.org/rest-api/assets/icon-256x256.png?rev=1346297)
 * [WordPress REST API (Version 2)](https://wordpress.org/plugins/rest-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rest-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rest-api/)
 * [Active Topics](https://wordpress.org/support/plugin/rest-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rest-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rest-api/reviews/)

## Tags

 * [custom post type](https://wordpress.org/support/topic-tag/custom-post-type/)
 * [custom taxonomy](https://wordpress.org/support/topic-tag/custom-taxonomy/)
 * [order](https://wordpress.org/support/topic-tag/order/)

 * 0 replies
 * 1 participant
 * Last reply from: [David P.](https://wordpress.org/support/users/bifidusinactif/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/order-and-custom-post-types/)
 * Status: not resolved