Title: RSS Feed published date?
Last modified: August 22, 2016

---

# RSS Feed published date?

 *  [nando99](https://wordpress.org/support/users/nando99/)
 * (@nando99)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-published-date/)
 * is there a way to have my RSS Feed sort by published date and NOT CPO?
 * [https://wordpress.org/plugins/intuitive-custom-post-order/](https://wordpress.org/plugins/intuitive-custom-post-order/)

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

 *  Thread Starter [nando99](https://wordpress.org/support/users/nando99/)
 * (@nando99)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-published-date/#post-5408810)
 * this is still a big issue for me, any help?
 *  [tcharms](https://wordpress.org/support/users/tcharms/)
 * (@tcharms)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-published-date/#post-5408830)
 * Oh dear, I have the same need!
    Any idea someone?
 *  [tcharms](https://wordpress.org/support/users/tcharms/)
 * (@tcharms)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-published-date/#post-5408831)
 * And now kind of solution…
 * In the functions.php off your theme (child theme in my case), add this function:
 * _function reorderRSS($query\_string)
    { return query\_posts( $query\_string .‘&
   orderby=date&order=DESC’ ); } add\_action( ‘rss2\_head’, ‘reorderRSS’ );
 * Because I’m not a king in all this stuff, any comment or suggestion is welcome.

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

The topic ‘RSS Feed published date?’ is closed to new replies.

 * ![](https://ps.w.org/intuitive-custom-post-order/assets/icon-256x256.png?rev=
   1078797)
 * [Intuitive Custom Post Order](https://wordpress.org/plugins/intuitive-custom-post-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/intuitive-custom-post-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/intuitive-custom-post-order/)
 * [Active Topics](https://wordpress.org/support/plugin/intuitive-custom-post-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/intuitive-custom-post-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/intuitive-custom-post-order/reviews/)

## Tags

 * [CPO](https://wordpress.org/support/topic-tag/cpo/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)
 * [rss-feed](https://wordpress.org/support/topic-tag/rss-feed/)

 * 3 replies
 * 2 participants
 * Last reply from: [tcharms](https://wordpress.org/support/users/tcharms/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-published-date/#post-5408831)
 * Status: not resolved