Tagged: ,

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

    Hello,

    How to make Post Slider Module display random Element from a categorie rather than showing the latest posts?
    Please Advise

    Tks
    Rafa

    • This topic was modified 9 years, 11 months ago by emanar.
    #260054

    I find a way – open: /config-templatebuilder/avia-shortcodes/postslider.php

    Replace this line (491): $query = array( ‘orderby’ => ‘date’,
    By this: $query = array( ‘orderby’ => ‘rand’,

    #260281

    Hi!

    Glad you figured it out! let us know if you have any other questions or issues.

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Post Slider’ is closed to new replies.