Title: Post Order &#8211; Loop
Last modified: August 22, 2016

---

# Post Order – Loop

 *  [teamvana](https://wordpress.org/support/users/teamvana/)
 * (@teamvana)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/post-order-loop/)
 *     ```
       <?php
       #
       # rt-theme loop
       #
   
       global $args;
       add_filter('excerpt_more', 'no_excerpt_more');
   
       if ($args) query_posts($args);
       if ( have_posts() ) : while ( have_posts() ) : the_post(); 
   
       ?>
       ```
   
 * How do I get this to show in ascending order?

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

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [teamvana](https://wordpress.org/support/users/teamvana/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/post-order-loop/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
