Title: tcharms's Replies | WordPress.org

---

# tcharms

  [  ](https://wordpress.org/support/users/tcharms/)

 *   [Profile](https://wordpress.org/support/users/tcharms/)
 *   [Topics Started](https://wordpress.org/support/users/tcharms/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tcharms/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tcharms/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tcharms/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tcharms/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tcharms/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Intuitive Custom Post Order] RSS Feed published date?](https://wordpress.org/support/topic/rss-feed-published-date/)
 *  [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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Intuitive Custom Post Order] RSS Feed published date?](https://wordpress.org/support/topic/rss-feed-published-date/)
 *  [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?

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