Title: Moving Posts
Last modified: August 19, 2016

---

# Moving Posts

 *  [glenlmarine](https://wordpress.org/support/users/glenlmarine/)
 * (@glenlmarine)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/moving-posts-2/)
 * Is there a way to change the order of posts?

Viewing 1 replies (of 1 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/moving-posts-2/#post-1411315)
 * Change the order where?
 * To resort the order of posts, using the WordPress Default theme for example, 
   in the wp-content/themes/default/index.php file, just before the line:
    `<?php
   if (have_posts()) : ?>`
 * put this:
 *     ```
       <?php query_posts($query_string . '&orderby=date&order=ASC'); ?>
       ```
   
 * The [query_posts() article](http://codex.wordpress.org/Template_Tags/query_posts)
   explains the arguments in detail.

Viewing 1 replies (of 1 total)

The topic ‘Moving Posts’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/moving-posts-2/#post-1411315)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
