Title: Reverse Comment Order
Last modified: August 21, 2016

---

# Reverse Comment Order

 *  Resolved [jocaasbe](https://wordpress.org/support/users/jocaasbe/)
 * (@jocaasbe)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/reverse-comment-order/)
 * I need to reverse the order of the comments on my blog. New posts would appear
   first and older posts would descend. Can this be done. I tried a plugin but it
   was outdated for your code.
    Thanks for any help

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/reverse-comment-order/#post-4471241)
 * Hi jocaasbe
 * Please open comments.php line:54
 *     ```
       <?php wp_list_comments( array( 'callback' => 'raindrops_comment','format' => $raindrops_document_type ,) );?>
       ```
   
 * above code change below( add ‘reverse_top_level’ => true )
 *     ```
       <?php wp_list_comments( array( 'callback' => 'raindrops_comment','format' => $raindrops_document_type ,'reverse_top_level' => true,) );?>
       ```
   
 * Thank you.
 *  Thread Starter [jocaasbe](https://wordpress.org/support/users/jocaasbe/)
 * (@jocaasbe)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/reverse-comment-order/#post-4471276)
 * Thank you Nobita. Worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reverse Comment Order’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 2 replies
 * 2 participants
 * Last reply from: [jocaasbe](https://wordpress.org/support/users/jocaasbe/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/reverse-comment-order/#post-4471276)
 * Status: resolved