<?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: Using the Mosting Recent Post As the &#8220;Featured&#8221; Category</title>
	<atom:link href="http://demo.wordpressdreamtheme.com/using-the-mosting-recent-post-as-the-featured-category/feed/" rel="self" type="application/rss+xml" />
	<link>http://demo.wordpressdreamtheme.com/using-the-mosting-recent-post-as-the-featured-category/</link>
	<description>A Premium WordPress Theme That Includes the Services of the Internet Genius Who Designed It!</description>
	<lastBuildDate>Tue, 06 Jan 2009 13:43:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://demo.wordpressdreamtheme.com/using-the-mosting-recent-post-as-the-featured-category/comment-page-1/#comment-4544</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 Jan 2009 13:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://demo.wordpressdreamtheme.com/using-the-mosting-recent-post-as-the-featured-category/#comment-4544</guid>
		<description>Line 23 originally looks like this:

&lt;code&gt;$the_query = new WP_Query(&#039;category_name=&#039; . $featuredcat . &#039;&amp;showposts=1&#039;);&lt;/code&gt;

And you should change it to look like this instead:

&lt;code&gt;$the_query = new WP_Query(&#039;&amp;showposts=1&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Line 23 originally looks like this:</p>
<p><code>$the_query = new WP_Query('category_name=' . $featuredcat . '&#038;showposts=1');</code></p>
<p>And you should change it to look like this instead:</p>
<p><code>$the_query = new WP_Query('&#038;showposts=1');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Road Biker</title>
		<link>http://demo.wordpressdreamtheme.com/using-the-mosting-recent-post-as-the-featured-category/comment-page-1/#comment-4479</link>
		<dc:creator>Open Road Biker</dc:creator>
		<pubDate>Tue, 06 Jan 2009 03:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://demo.wordpressdreamtheme.com/using-the-mosting-recent-post-as-the-featured-category/#comment-4479</guid>
		<description>you need to show us the line we need to replace instead of just giving us a line number. I have tried that by replacing line 23 and it breaks the site.</description>
		<content:encoded><![CDATA[<p>you need to show us the line we need to replace instead of just giving us a line number. I have tried that by replacing line 23 and it breaks the site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
