//comma separated list of nodeids to apply this to $sections = array(1,5); if(self::QUERY_BASIC == $required_query && in_array($this->filter_node_exact, $sections)) { $this->sortby = ' ORDER BY RAND()'; }