<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: RSS widget shows posts in reverse order</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: RSS widget shows posts in reverse order</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 14:46:40 +0000</pubDate>

<item>
<title>stompro on "RSS widget shows posts in reverse order"</title>
<link>http://wordpress.org/support/topic/282099#post-1227605</link>
<pubDate>Mon, 28 Sep 2009 14:28:43 +0000</pubDate>
<dc:creator>stompro</dc:creator>
<guid isPermaLink="false">1227605@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello, I just ran into this same issue.  RSS feeds displaying oldest items first.  To fix it I changed the comparison operator for the function sort_items in wp-includes/class-simplepie.php.&#60;/p&#62;
&#60;p&#62;It was&#60;/p&#62;
&#60;p&#62;&#60;code&#62;return $a-&#38;gt;get_date(&#38;#39;U&#38;#39;) &#38;lt;= $b-&#38;gt;get_date(&#38;#39;U&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I changed it to&#60;/p&#62;
&#60;p&#62;&#60;code&#62;return $a-&#38;gt;get_date(&#38;#39;U&#38;#39;) &#38;gt;= $b-&#38;gt;get_date(&#38;#39;U&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And now feeds display in the order I would like, Most recent date first.&#60;br /&#62;
Josh
&#60;/p&#62;</description>
</item>
<item>
<title>superwad on "RSS widget shows posts in reverse order"</title>
<link>http://wordpress.org/support/topic/282099#post-1154847</link>
<pubDate>Wed, 29 Jul 2009 04:11:26 +0000</pubDate>
<dc:creator>superwad</dc:creator>
<guid isPermaLink="false">1154847@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello again.  Can anybody please offer some assistance on this issue?  I cannot find any differences between the two installations, yet the /blog/ installation displays ALL RSS links in reverse order.  I added the RSS from the /wordpress/ install, and those were in reverse order too (though it showed a random set of articles).
&#60;/p&#62;</description>
</item>
<item>
<title>superwad on "RSS widget shows posts in reverse order"</title>
<link>http://wordpress.org/support/topic/282099#post-1118204</link>
<pubDate>Sat, 27 Jun 2009 02:22:36 +0000</pubDate>
<dc:creator>superwad</dc:creator>
<guid isPermaLink="false">1118204@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi there.  I still haven't been able to figure out this problem.  Does anybody have any suggestions I can try?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>superwad on "RSS widget shows posts in reverse order"</title>
<link>http://wordpress.org/support/topic/282099#post-1110379</link>
<pubDate>Fri, 19 Jun 2009 21:38:13 +0000</pubDate>
<dc:creator>superwad</dc:creator>
<guid isPermaLink="false">1110379@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have two Wordpress 2.7 installs on a website.  Both are configured in exactly the same way (one is private, the other is public).  The private install has a correctly working RSS sidebar widget.  It shows the latest three blog entries.  When you go directly to the RSS feed by clicking on the link, all entries are shown in a newest-&#38;gt;oldest fashion.&#60;/p&#62;
&#60;p&#62;The public install does things differently.  The sidebar widget displays the 3 &#60;strong&#62;oldest&#60;/strong&#62; blog entries.  When you go to the feed directly, it shows them in the correct order.&#60;/p&#62;
&#60;p&#62;The link to see this in action is: &#60;a href=&#34;http://www.presstaging.com/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.presstaging.com/blog/&#60;/a&#62;&#60;br /&#62;
The link directly to the RSS feed is &#60;a href=&#34;http://www.presstagingresourcecenter.com/blog/feed&#34; rel=&#34;nofollow&#34;&#62;http://www.presstagingresourcecenter.com/blog/feed&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hopefully somebody is able to help me figure this out.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
