<?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: How to Exclude Category Posts from your Wordpress Homepage</title>
	<atom:link href="http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/</link>
	<description></description>
	<lastBuildDate>Fri, 19 Feb 2010 12:50:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jeton</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-4522</link>
		<dc:creator>jeton</dc:creator>
		<pubDate>Wed, 01 Apr 2009 20:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-4522</guid>
		<description>Doesn&#039;t work in 2.7.1 in my case, i wan&#039;t to exclude category 966 and i have this code.

</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work in 2.7.1 in my case, i wan&#8217;t to exclude category 966 and i have this code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-4047</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 03 Mar 2009 00:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-4047</guid>
		<description>Thanx! your original code worked fine! I used it on my Archives page to separate the portfolio content form the blog posts!

Thanx again!</description>
		<content:encoded><![CDATA[<p>Thanx! your original code worked fine! I used it on my Archives page to separate the portfolio content form the blog posts!</p>
<p>Thanx again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Mitchell</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-3832</link>
		<dc:creator>Jamie Mitchell</dc:creator>
		<pubDate>Sun, 08 Feb 2009 11:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-3832</guid>
		<description>hi there...

your original code seems to work fine in the new 2.7, but the updated code that you put in the comments doesn&#039;t (page goes blank)...

seems you were right from the start...

:)</description>
		<content:encoded><![CDATA[<p>hi there&#8230;</p>
<p>your original code seems to work fine in the new 2.7, but the updated code that you put in the comments doesn&#8217;t (page goes blank)&#8230;</p>
<p>seems you were right from the start&#8230;</p>
<p> <img src='http://www.jasonlittle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alkafy</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-1432</link>
		<dc:creator>Alkafy</dc:creator>
		<pubDate>Thu, 09 Oct 2008 19:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-1432</guid>
		<description>It works for me in 2.6.1.</description>
		<content:encoded><![CDATA[<p>It works for me in 2.6.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-1134</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Sun, 17 Aug 2008 13:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-1134</guid>
		<description>Hmm, it seems I figured it out. Try this: &lt;?while (have_posts()) : the_post(); if (in_category(&#039;&#8217;YOUR-CATEGORY-ID&#8217;&#039;) &amp;&amp; !is_single() ) continue; ?&gt; I found it &lt;a href=&quot;http://perishablepress.com/press/2007/08/06/super-loop-exclude-specific-categories-and-display-any-number-of-posts/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hmm, it seems I figured it out. Try this: &lt;?while (have_posts()) : the_post(); if (in_category(&#8216;&#8217;YOUR-CATEGORY-ID&#8217;&#8217;) &amp;&amp; !is_single() ) continue; ?&gt; I found it <a href="http://perishablepress.com/press/2007/08/06/super-loop-exclude-specific-categories-and-display-any-number-of-posts/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-1133</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Sun, 17 Aug 2008 13:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-1133</guid>
		<description>Hmm, it seems I figured it out. Try this: </description>
		<content:encoded><![CDATA[<p>Hmm, it seems I figured it out. Try this:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-1132</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Sun, 17 Aug 2008 13:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-1132</guid>
		<description>Hi, thanks for this piece of code, but can you write this one once again for 2.6.1? I think I&#039;m not only the one, which will appreciate it:).</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this piece of code, but can you write this one once again for 2.6.1? I think I&#8217;m not only the one, which will appreciate it:).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-1130</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 16 Aug 2008 12:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-1130</guid>
		<description>Right, I&#039;ve only used it on 2.3.  I think 2.5 and higher has something built in to handle this type of thing, but I&#039;ll check.</description>
		<content:encoded><![CDATA[<p>Right, I&#8217;ve only used it on 2.3.  I think 2.5 and higher has something built in to handle this type of thing, but I&#8217;ll check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksey</title>
		<link>http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/comment-page-1/#comment-1128</link>
		<dc:creator>Aleksey</dc:creator>
		<pubDate>Fri, 15 Aug 2008 15:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonlittle.ca/2008/02/16/how-to-exclude-category-posts-from-your-wordpress-homepage/#comment-1128</guid>
		<description>It doesn&#039;t work with version 2.6.1 .</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work with version 2.6.1 .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
