Forums
(@deepak_gupta)
10 years, 11 months ago
EDIT THIS FILE ON LINE NUMBER( wp-content/plugins/rich-reviews.php LINE NUMBER:-> 446 )
( Replace this code to the new one ) OLD=>
$this->db->order_by('rand()');
NEW=>
$order_query = "ORDER BY rand()"; $this->db->$order_query;
Thank to yesmeen