Hello,
I am currently developing a multisite where the main URL contains events calendar pro, and the subsites each pull an RSS feed of that particular site’s events. Main site is http://webserver.yorklibraries.org and the subsite in question is http://webserver.yorklibraries.org/dover/
The issue Im having is that the RSS feed is listing the events in reverse order. I want to arrange by start date/time, but the feed is listing the start date/time from the bottom up. I am using feedzy to aggregate it, but they claim that their plugin settings are not affecting the display order. I went through every post in your forum I could find on this issue and I do not have the following line in my functions file:
remove_filter( ‘posts_orderby’, array( ‘TribeEventsQuery’, ‘posts_orderby’ ), 10, 2 );
Is there a way to reverse the order of the feed so it displays properly? I cannot find anything on my site that is reversing it.
Many thanks!