Title: Reverse order posting
Last modified: August 18, 2016

---

# Reverse order posting

 *  [Ranger](https://wordpress.org/support/users/ranger/)
 * (@ranger)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/reverse-order-posting-2/)
 * I have WP2 and want the posts in one section to appear oldest post at the top.
   Does anyone know how to do this?

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

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/reverse-order-posting-2/#post-315534)
 * You can use [query_posts()](http://codex.wordpress.org/Template_Tags/query_posts)
   to initialize [The Loop](http://codex.wordpress.org/The_Loop) with the ‘order’
   argument:
 * `<?php query_posts('order=ASC'); ?>`
 * For further help in this, you’ll need to clarify what you mean by “section.”
 *  Thread Starter [Ranger](https://wordpress.org/support/users/ranger/)
 * (@ranger)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/reverse-order-posting-2/#post-315832)
 * Thanks for the help the section is irrelevant I was thinking of pages.
 *  Thread Starter [Ranger](https://wordpress.org/support/users/ranger/)
 * (@ranger)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/reverse-order-posting-2/#post-315833)
 * I just noticed one thing, it seems to stop categories working. No matter what
   category I select the page remains the same.
 *  Thread Starter [Ranger](https://wordpress.org/support/users/ranger/)
 * (@ranger)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/reverse-order-posting-2/#post-315846)
 * I tried it on the default theme and it was ok the problem only showed it self
   on a different theme that I was trying.
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/reverse-order-posting-2/#post-315892)
 * “_Thanks for the help the section is irrelevant I was thinking of pages._“
 * If by “pages” you meant [Pages](http://codex.wordpress.org/Pages), then can you
   clarify what you’re trying to order? If the Page listings in the sidebar, see
   the info on the ‘sort_order’ parameter for the [wp_list_pages()](http://codex.wordpress.org/Template_Tags/wp_list_pages)
   template tag. If that’s not what you meant, then nevermind…

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

The topic ‘Reverse order posting’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * Last activity: [20 years, 5 months ago](https://wordpress.org/support/topic/reverse-order-posting-2/#post-315892)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
