Skip to content

Instantly share code, notes, and snippets.

@szbl
Created January 31, 2013 01:31
Show Gist options
  • Save szbl/4679126 to your computer and use it in GitHub Desktop.
Save szbl/4679126 to your computer and use it in GitHub Desktop.
One line of code that will allow you to reverse the order of comment output from ascending to descending post date.
<?php
// you can do this in your functions.php file, a plugin file
// or even in your theme before comments are displayed:
add_filter( 'comments_array', 'array_reverse' );
?>
@mntoner
Copy link

mntoner commented Oct 29, 2013

Havent had any luck with this. Can anyone tell me where to put it exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment