Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author virtualpudding

    (@virtualpudding)

    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

    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.