/ Published in: PHP
URL: http://wpmu.org/daily-tip-how-to-reverse-wordpress-comment-order-to-show-the-latest-on-top/
place code in functions.php
Expand |
Embed | Plain Text
function iweb_reverse_comments($comments) { } } add_filter ('comments_array', 'iweb_reverse_comments');
You need to login to post a comment.
