Reverse Order in comments for WordPress Blog
January 24th, 2008
5 comments
If you prefer a reverse ordering of comments do the next "hack".
In file comments.php from your theme find line code:
<?php foreach ($comments as $comment) : ?>
and insert before, this code:
<?php $comments = array_reverse($comments, true); ?>
Categories: Blogs, Bookmarks, PhP, Web, Wordpress comments.php, Reverse Order comments, wordpress comments








