Title: Reverse Post Order
Last modified: August 18, 2016

---

# Reverse Post Order

 *  [artemisman](https://wordpress.org/support/users/artemisman/)
 * (@artemisman)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/reverse-post-order-2/)
 * I would like to display my posts by date, with the earliest posts being on top.
   I know there’s a way to do this (just add a DESC to the MySQL call for the posts)
   but I can’t find where the posts are retrieved.
 * Any help?

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

 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/reverse-post-order-2/#post-465511)
 * This search should find you some previous threads and solutions: [http://wordpress.org/search/reverse+post+order?forums=1](http://wordpress.org/search/reverse+post+order?forums=1)
 *  [estjohn](https://wordpress.org/support/users/estjohn/)
 * (@estjohn)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/reverse-post-order-2/#post-465513)
 * Im not sure if this will work…
 * `
    $posts = query_posts($query_string .  '&orderby=date&order=desc&posts_per_page
   =-1'); }
 *  Thread Starter [artemisman](https://wordpress.org/support/users/artemisman/)
 * (@artemisman)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/reverse-post-order-2/#post-465516)
 * Mr. Solo’s solution worked. Thank you both muchly. ^-^
 *  [hugoboss](https://wordpress.org/support/users/hugoboss/)
 * (@hugoboss)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/reverse-post-order-2/#post-465806)
 * I canot find the mentioned link, I whish to do the same thing: reverse order 
   of posts!
 * [http://wordpress.org/search/reverse+post+order?forums=1](http://wordpress.org/search/reverse+post+order?forums=1)

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

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

 * 4 replies
 * 4 participants
 * Last reply from: [hugoboss](https://wordpress.org/support/users/hugoboss/)
 * Last activity: [19 years, 7 months ago](https://wordpress.org/support/topic/reverse-post-order-2/#post-465806)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
