Tagged: partner/logo
Is it possible to randomize the partner/logo pictures?
Don’t have to be each one, just the sequence of 3-5 pictures
Hey!
If you just want to randomize the logos without affecting the query you can also replace this line
$this->id_array = explode(',',$this->config['ids']);
with
$this->id_array = explode(',',$this->config['ids']);
shuffle($this->id_array);
Best regards,
Peter
Hey!
I corrected the code – please try it again.
Regards,
Peter
That works!
Thank you :)