I was looking for a way to reverse the order in which comments are displayed in a WordPress blog for one of my projects. After a bit of Googling I found a Plugin called Reverse Order Comments. A quick look into the source code revealed that it was rewriting the comment template and you need to edit the theme to make it work. My instinct told me that it would be easy to accomplish it using the array_reverse comment in PHP. I followed my instinct and tried to see whether it is possible to do it
Original post by Sudar’s Blog – Night Dreaming (by Sudar) and syndicated here by SEM