Title: Comments sorted by date
Last modified: August 18, 2016

---

# Comments sorted by date

 *  [cyriljones](https://wordpress.org/support/users/cyriljones/)
 * (@cyriljones)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/comments-sorted-by-date/)
 * Hello!
 * At my site: [http://www.noordkopwaterpolo.com](http://www.noordkopwaterpolo.com)
   I was wondering how I could make new comments to be posted above the old ones…
   Because if you post a comment now it shows beneath a older one and thats not 
   what I want. Because the newest comment needs to be the first one showing up…
 * Thanks!
 * Cyril

Viewing 1 replies (of 1 total)

 *  [zerok](https://wordpress.org/support/users/zerok/)
 * (@zerok)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/comments-sorted-by-date/#post-368669)
 * Ugly solution? Open the comments.php of your theme, search for following text:
 * ` <?php foreach ($comments as $comment) : ?>`
 * and replace it with
 * ` <?php foreach (array_reverse($comments) as $comment) : ?>`
 * Should do the trick 😉

Viewing 1 replies (of 1 total)

The topic ‘Comments sorted by date’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [zerok](https://wordpress.org/support/users/zerok/)
 * Last activity: [20 years, 1 month ago](https://wordpress.org/support/topic/comments-sorted-by-date/#post-368669)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
