<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Carrington theme &#8211; display comments in reverse order</title>
	<atom:link href="http://www.michael-kolb.co.uk/webdevelopment/carrington-theme-display-comments-in-reverse-order/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michael-kolb.co.uk/webdevelopment/carrington-theme-display-comments-in-reverse-order/</link>
	<description>Web Engineering</description>
	<lastBuildDate>Thu, 10 Jun 2010 17:16:52 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mk_michael</title>
		<link>http://www.michael-kolb.co.uk/webdevelopment/carrington-theme-display-comments-in-reverse-order/comment-page-1/#comment-5911</link>
		<dc:creator>mk_michael</dc:creator>
		<pubDate>Sun, 18 Oct 2009 16:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-kolb.co.uk/?p=1034#comment-5911</guid>
		<description>I&#039;ve just tried it with 2.2. It also works. Are you sure you made the correct changes?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just tried it with 2.2. It also works. Are you sure you made the correct changes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Casalotti</title>
		<link>http://www.michael-kolb.co.uk/webdevelopment/carrington-theme-display-comments-in-reverse-order/comment-page-1/#comment-5909</link>
		<dc:creator>Andrea Casalotti</dc:creator>
		<pubDate>Sun, 18 Oct 2009 15:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-kolb.co.uk/?p=1034#comment-5909</guid>
		<description>Cannot get it to work in version 2.2. Am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>Cannot get it to work in version 2.2. Am I doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M@</title>
		<link>http://www.michael-kolb.co.uk/webdevelopment/carrington-theme-display-comments-in-reverse-order/comment-page-1/#comment-4338</link>
		<dc:creator>M@</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-kolb.co.uk/?p=1034#comment-4338</guid>
		<description>To keep the select menu working in the admin panel you can change the line above to the following.

if ($comments) {
// add this command to reorder the comments
if(get_option(&#039;comment_order&#039;) === &#039;desc&#039;){
    $comments = array_reverse($comments);
}
$comment_count = 0;

This way you can still switch between how you want them ordered without it being hard coded.

Thanks for the help Michael, this really helped.</description>
		<content:encoded><![CDATA[<p>To keep the select menu working in the admin panel you can change the line above to the following.</p>
<p>if ($comments) {<br />
// add this command to reorder the comments<br />
if(get_option(&#8216;comment_order&#8217;) === &#8216;desc&#8217;){<br />
    $comments = array_reverse($comments);<br />
}<br />
$comment_count = 0;</p>
<p>This way you can still switch between how you want them ordered without it being hard coded.</p>
<p>Thanks for the help Michael, this really helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mk_michael</title>
		<link>http://www.michael-kolb.co.uk/webdevelopment/carrington-theme-display-comments-in-reverse-order/comment-page-1/#comment-80</link>
		<dc:creator>mk_michael</dc:creator>
		<pubDate>Fri, 16 Jan 2009 08:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.michael-kolb.co.uk/?p=1034#comment-80</guid>
		<description>Probably, you can use this also in different wordpress themes.</description>
		<content:encoded><![CDATA[<p>Probably, you can use this also in different wordpress themes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
