<?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: Tweaking Wordpress &#8211; excluding categories from the front page</title>
	<atom:link href="http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/</link>
	<description>neil dixon's blog, journal, and list of stuff he does</description>
	<lastBuildDate>Thu, 18 Mar 2010 14:33:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: David</title>
		<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/comment-page-1/#comment-746</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 02 Jun 2008 17:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://neildixon.com/2007/11/22/tweaking-wordpress-excluding-categories-from-the-front-page/#comment-746</guid>
		<description>Hey, this worked great.

One little thing that happened to me, not sure exactly why it happened, but pagination stopped working. What appeared on the front page would be the same as page 2 and so on.

I made a small change that seems to have fixed it.

query_posts($query_string . “&amp;cat-xxx”);

I just changed your line of with query_posts to this and it worked. :)</description>
		<content:encoded><![CDATA[<p>Hey, this worked great.</p>
<p>One little thing that happened to me, not sure exactly why it happened, but pagination stopped working. What appeared on the front page would be the same as page 2 and so on.</p>
<p>I made a small change that seems to have fixed it.</p>
<p>query_posts($query_string . “&amp;cat-xxx”);</p>
<p>I just changed your line of with query_posts to this and it worked. <img src='http://neildixon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neil</title>
		<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/comment-page-1/#comment-744</link>
		<dc:creator>neil</dc:creator>
		<pubDate>Thu, 29 May 2008 09:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://neildixon.com/2007/11/22/tweaking-wordpress-excluding-categories-from-the-front-page/#comment-744</guid>
		<description>@Emma: you would need to add code to determine whether the page being viewed was the home page or not. See the &lt;a rel=&quot;external nofollow&quot; href=&quot;http://codex.wordpress.org/Conditional_Tags#The_Main_Page&quot; rel=&quot;nofollow&quot;&gt;is_home() function call in the Wordpress codex&lt;/a&gt; for more info on how to execute code only on the home page.</description>
		<content:encoded><![CDATA[<p>@Emma: you would need to add code to determine whether the page being viewed was the home page or not. See the <a rel="external" href="http://codex.wordpress.org/Conditional_Tags#The_Main_Page" >is_home() function call in the Wordpress codex</a> for more info on how to execute code only on the home page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emma</title>
		<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/comment-page-1/#comment-743</link>
		<dc:creator>Emma</dc:creator>
		<pubDate>Mon, 26 May 2008 23:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://neildixon.com/2007/11/22/tweaking-wordpress-excluding-categories-from-the-front-page/#comment-743</guid>
		<description>How would I get the category that I exclude to show up on another page? I have a category that I only want to appear on a certain page, not the homepage. :-)</description>
		<content:encoded><![CDATA[<p>How would I get the category that I exclude to show up on another page? I have a category that I only want to appear on a certain page, not the homepage. <img src='http://neildixon.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mp3bag</title>
		<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/comment-page-1/#comment-745</link>
		<dc:creator>mp3bag</dc:creator>
		<pubDate>Wed, 16 Apr 2008 20:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://neildixon.com/2007/11/22/tweaking-wordpress-excluding-categories-from-the-front-page/#comment-745</guid>
		<description>Thanks, tweaked my site :) Working flawlessly</description>
		<content:encoded><![CDATA[<p>Thanks, tweaked my site <img src='http://neildixon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Working flawlessly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/comment-page-1/#comment-742</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Tue, 04 Mar 2008 16:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://neildixon.com/2007/11/22/tweaking-wordpress-excluding-categories-from-the-front-page/#comment-742</guid>
		<description>Excellent post! This is exactly what I was looking for, also. I&#039;m actually not going to implement it just yet, but I know there&#039;ll come a time when I want to remove my more trashy blog entries from the homepage.</description>
		<content:encoded><![CDATA[<p>Excellent post! This is exactly what I was looking for, also. I&#8217;m actually not going to implement it just yet, but I know there&#8217;ll come a time when I want to remove my more trashy blog entries from the homepage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neil</title>
		<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/comment-page-1/#comment-739</link>
		<dc:creator>neil</dc:creator>
		<pubDate>Fri, 23 Nov 2007 16:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://neildixon.com/2007/11/22/tweaking-wordpress-excluding-categories-from-the-front-page/#comment-739</guid>
		<description>There&#039;s a tutorial for excluding category posts from your RSS feed here:
http://zeo.unic.net.my/notes/exclude-category-in-wordpress/

It means adding to (or creating) the functions.php file in your theme folder, then placing a filter into it. Seemed to work for me here, though watch out for changes appearing not to take immediate effect due to the feed being cached.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a tutorial for excluding category posts from your RSS feed here:<br />
<a href="http://zeo.unic.net.my/notes/exclude-category-in-wordpress/" >http://zeo.unic.net.my/notes/exclude-category-in-wordpress/</a></p>
<p>It means adding to (or creating) the functions.php file in your theme folder, then placing a filter into it. Seemed to work for me here, though watch out for changes appearing not to take immediate effect due to the feed being cached.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neil</title>
		<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/comment-page-1/#comment-741</link>
		<dc:creator>neil</dc:creator>
		<pubDate>Thu, 22 Nov 2007 14:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://neildixon.com/2007/11/22/tweaking-wordpress-excluding-categories-from-the-front-page/#comment-741</guid>
		<description>Good question. This will only work for the actual home page as yu are editing the blog&#039;s default home page file. I&#039;ll do some digging on the excluding from the feed and post here is I find anything.</description>
		<content:encoded><![CDATA[<p>Good question. This will only work for the actual home page as yu are editing the blog&#8217;s default home page file. I&#8217;ll do some digging on the excluding from the feed and post here is I find anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Bellinger</title>
		<link>http://neildixon.com/tweaking-wordpress-excluding-categories-from-the-front-page/comment-page-1/#comment-740</link>
		<dc:creator>Alex Bellinger</dc:creator>
		<pubDate>Thu, 22 Nov 2007 13:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://neildixon.com/2007/11/22/tweaking-wordpress-excluding-categories-from-the-front-page/#comment-740</guid>
		<description>This is very handy.  Just what I need at the moment for a section of the site I want to show up separately from the main SmallBizPod blog feed.

Does this piece of code exclude the category from the RSS feed as well?  Or is it just simply a way of making sure a category doesn&#039;t   get displayed on the homepage?</description>
		<content:encoded><![CDATA[<p>This is very handy.  Just what I need at the moment for a section of the site I want to show up separately from the main SmallBizPod blog feed.</p>
<p>Does this piece of code exclude the category from the RSS feed as well?  Or is it just simply a way of making sure a category doesn&#8217;t   get displayed on the homepage?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
