Title: RSS Feed reverse order
Last modified: August 20, 2016

---

# RSS Feed reverse order

 *  Resolved [ricardofpraimundo](https://wordpress.org/support/users/ricardofpraimundo/)
 * (@ricardofpraimundo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-reverse-order/)
 * Hello,
 * I have a problem, I’d like to put the calendar on a feed from another site. The
   problem is that the feed shows the events in reverse order. Instead of the latest
   for the future, I’d like to begin by the latest in the list of events.
 * How can I change the order of the feed?
 * Thank you.
    Ricardo
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

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

 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-reverse-order/#post-3183905)
 * you can try to edit template file at wp-content/plugins/events-manager/templates/
   templates/rss.php
 * to use templates: [http://wp-events-plugin.com/documentation/using-template-files/](http://wp-events-plugin.com/documentation/using-template-files/)
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-reverse-order/#post-3183908)
 * >  I’d like to put the calendar on a feed from another site
 * just to be clear, are you taking external data into em or exporting our plugin
   event info to another site?
 * another option is an ical feed.
 *  Thread Starter [ricardofpraimundo](https://wordpress.org/support/users/ricardofpraimundo/)
 * (@ricardofpraimundo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-reverse-order/#post-3183910)
 * I have a list of events on this site [http://ruidosonoro.com/comunidade/calendario-de-eventos/](http://ruidosonoro.com/comunidade/calendario-de-eventos/)
 * And I want to put in another site via a Widget RSS Feed.
 * The problem is that it shows the entries on the list in reverse order, ie I would
   like to put the feed by more recent events (day 17, 18, 22, etc).
 * I changed the file rss.php thereby (the orderby added):
 * `$ EM_Events = EM_Events :: get (array ('orderby' => 'event_start_date', 'scope'
   => 'month', 'owner' => false));`
 * But it did not work.
 * And via iCalFeed, have some solution to display a calendar in a foreign site?
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-reverse-order/#post-3183922)
 * try to add `'order' => 'DESC'` or `'order' => 'ASC'`
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-reverse-order/#post-3183925)
 * for ical feed you could implement Google Calendar
 *  Thread Starter [ricardofpraimundo](https://wordpress.org/support/users/ricardofpraimundo/)
 * (@ricardofpraimundo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-reverse-order/#post-3183930)
 * Hello,
 * Thanks for the help, already solved the problem.
 * I installed a plugin that reads ical and you can put in pages and widgets, everything
   was functional. Just set the ical in events-manager and gets everything right.
 * Thank you again.

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

The topic ‘RSS Feed reverse order’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [ricardofpraimundo](https://wordpress.org/support/users/ricardofpraimundo/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-reverse-order/#post-3183930)
 * Status: resolved