Viewing 1 replies (of 1 total)
  • Hal Gatewood

    (@halgatewood)

    If you find the function ‘responsive_slider()’ in the file responsive-slider.php there is a line like this:

    $slides = new WP_Query( array( ‘post_type’ => ‘slides’, ‘order’ => ‘ASC’, ‘orderby’ => ‘menu_order’ ) );

    Change the ‘orderby’ to ‘rand’

Viewing 1 replies (of 1 total)
  • The topic ‘Random’ is closed to new replies.