Randomize Big Slider

Home Forums WordPress Theme Support VideoZine Pro Randomize Big Slider

This topic contains 2 replies, has 2 voices, and was last updated by  Patricia 9 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4484

    Patricia
    Member

    Hi,

    Is there a way to randomize the posts that are shown on the big slider?
    Thanks!

    #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 3 posts - 1 through 3 (of 3 total)

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