Title: Published and updated posts in same feed
Last modified: August 21, 2016

---

# Published and updated posts in same feed

 *  [Davis Shaver](https://wordpress.org/support/users/davisshaver/)
 * (@davisshaver)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/published-and-updated-posts-in-same-feed/)
 * I have an RSS feed configured to show the 20 most recently modified posts, and
   would like it to also include posts published during that period. However, these
   posts are not included in the query by default, as even though they may have 
   been recently published, they do not appear as recently modified.
 * Is there a way to modify a query to order by modified/published date while also
   giving both the same weight?

Viewing 1 replies (of 1 total)

 *  Thread Starter [Davis Shaver](https://wordpress.org/support/users/davisshaver/)
 * (@davisshaver)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/published-and-updated-posts-in-same-feed/#post-4553273)
 * Btw, here is what my code looks like currently.
 *     ```
       $args = array(
       	'orderby'=> 'modified',
       	'order' => 'DESC',
       	'showposts' => '20',
       	'post_type' => 'post',
       	'post_status' => 'publish'
       );
       $posts = query_posts($args);
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Published and updated posts in same feed’ is closed to new replies.

## Tags

 * [modified](https://wordpress.org/support/topic-tag/modified/)
 * [published](https://wordpress.org/support/topic-tag/published/)
 * [query](https://wordpress.org/support/topic-tag/query/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [Davis Shaver](https://wordpress.org/support/users/davisshaver/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/published-and-updated-posts-in-same-feed/#post-4553273)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
