Tagged: postslider, random
Hello,
How to make Post Slider Module display random Element from a categorie rather than showing the latest posts?
Please Advise
Tks
Rafa
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’,