I set in the admin that Comments should be displayed with the older first.
How can I set a specific post to show the comments with the newer first?
I searhced and saw posts to add an array_reverse(), but I don't see any foreach ($comments as $comment) in the comments.php ?