Forums
(@hexcel)
15 years, 3 months ago
try this – if you’re using a template that uses foreach($comments as $comment) just put $comments = array_reverse($comments); above the foreach.