On line 470 of single.php you have set to retrieve posts randomly.
So we changed
orderby’ => ‘rand’
to
‘orderby’ => ‘date’, ‘order’ => ‘DESC’
It does not make sense to retrieve posts randomly. No news agency would like that. Considering changing that in your next update or at least give an option to select what we want to display.