Randomize Big Slider

Home Forums WordPress Theme Support VideoZine Pro Randomize Big Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4496
    Raja CRN
    Keymaster

    Hi,

    For that you have to edit the slider file in the folder > videozine/includes/sliders
    And change the WP query to like below.
    Try this code, it might work

    $tp_slider_big = new WP_Query(array(
    ‘showposts’ => $count,
    ‘cat’ => $cat,
    ‘orderby’=>’rand’
    ));

    #4501
    Patricia
    Member

    It works perfect! Thank you Raja!

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

Only Verified Customer of this Theme Can post reply to this Support Topic! .