[wp-trac] [WordPress Trac] #21872: RSS Widget, and all of fetch_feed() I believe, forces its own feed order of Post Date DESC
WordPress Trac
wp-trac at lists.automattic.com
Tue Sep 11 15:58:01 UTC 2012
#21872: RSS Widget, and all of fetch_feed() I believe, forces its own feed order of
Post Date DESC
--------------------------+------------------------------
Reporter: madtownlems | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by MadtownLems):
> There's a way to tell SimplePie to ignore sorting
Yes, but as far as I can tell, only on output. Let's say I have Site A
with my calendar on it.
I'd like any other site to be able to subscribe to upcoming events via
RSS.
I still can't do that with $simplepie->enable_order_by_date( false )
because that is code that would need to be run on the _displaying_ site,
rather than the site generating the feed.
In order for Site B to display Site A's events in the desired order using
this wp_feed_options code, Site B would need the code on it, while the
plugin is from Site A (the site generating the feed).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21872#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list