Title: [Plugin: WP Orbit Slider] order
Last modified: August 20, 2016

---

# [Plugin: WP Orbit Slider] order

 *  [stimsonm](https://wordpress.org/support/users/stimsonm/)
 * (@stimsonm)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-orbit-slider-order/)
 * can you order the image slides?
 * [http://wordpress.org/extend/plugins/wp-orbit-slider/](http://wordpress.org/extend/plugins/wp-orbit-slider/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [virtualpudding](https://wordpress.org/support/users/virtualpudding/)
 * (@virtualpudding)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-orbit-slider-order/#post-2548919)
 * As the slides are custom-post-types they are currently controlled in DATE ADDED
   order.
    So just change your ‘published’ dates to reorganise. Hope this helps
 *  [chaleybgis](https://wordpress.org/support/users/chaleybgis/)
 * (@chaleybgis)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-orbit-slider-order/#post-2549150)
 * I had the same problem.. I altered line 674 of index.php in plugins/wp-orbit-
   slider to read:
 *     ```
       // Create an array with default values that we can use to build our query
   
       			$query = array('numberposts' => $numberposts, 'post_type' => $post_type, 'orderby' => 'menu_order', 'order' => 'ASC');
       ```
   
 * Note: This will be over-ridden on plugin upgrade so be careful…
 * In the following lines it looks like there may be a function for passing cutom
   query parameters but my PHP is not strong enough to determine if that’s the case…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP Orbit Slider] order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-orbit-slider_5f504b.svg)
 * [WP Orbit Slider](https://wordpress.org/plugins/wp-orbit-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-orbit-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-orbit-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-orbit-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-orbit-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-orbit-slider/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [chaleybgis](https://wordpress.org/support/users/chaleybgis/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-orbit-slider-order/#post-2549150)
 * Status: not resolved