<?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 Categories to be Posted on FrontPage</title>
	<atom:link href="http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/feed/" rel="self" type="application/rss+xml" />
	<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/</link>
	<description>Tech / Design / WordPress</description>
	<lastBuildDate>Mon, 31 Oct 2011 15:39:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: iwan ajah</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-4416</link>
		<dc:creator>iwan ajah</dc:creator>
		<pubDate>Wed, 15 Sep 2010 02:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-4416</guid>
		<description>thank&#039;s
it&#039;s work in my wordress 3.0.1
thank&#039;s against :D</description>
		<content:encoded><![CDATA[<p>thank&#8217;s<br />
it&#8217;s work in my wordress 3.0.1<br />
thank&#8217;s against <img src='http://donalyza.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gouri</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-2241</link>
		<dc:creator>Gouri</dc:creator>
		<pubDate>Wed, 21 Jul 2010 07:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-2241</guid>
		<description>Nice to see a like minded blogger. I too keep the plugins to bare minimum..</description>
		<content:encoded><![CDATA[<p>Nice to see a like minded blogger. I too keep the plugins to bare minimum..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cre8ive Commando</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-144</link>
		<dc:creator>Cre8ive Commando</dc:creator>
		<pubDate>Tue, 25 Aug 2009 04:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-144</guid>
		<description>&lt;code&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cre8ive Commando</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-143</link>
		<dc:creator>Cre8ive Commando</dc:creator>
		<pubDate>Tue, 25 Aug 2009 04:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-143</guid>
		<description>Here is another way to do it. You can use this code snippet in the index.php file instead:</description>
		<content:encoded><![CDATA[<p>Here is another way to do it. You can use this code snippet in the index.php file instead:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conrads</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-142</link>
		<dc:creator>conrads</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-142</guid>
		<description>sorry, this the code, (i forgot to replace it as html code)

&lt;?php
   if (is_home()) {
      query_posts(&quot;cat=-3&quot;);
   }
?&gt;</description>
		<content:encoded><![CDATA[<p>sorry, this the code, (i forgot to replace it as html code)</p>
<p>&lt;?php<br />
   if (is_home()) {<br />
      query_posts(&quot;cat=-3&quot;);<br />
   }<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conrads</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-141</link>
		<dc:creator>conrads</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-141</guid>
		<description>try this guys:



it works!... place this code as same as dona&#039;s mentioned above</description>
		<content:encoded><![CDATA[<p>try this guys:</p>
<p>it works!&#8230; place this code as same as dona&#8217;s mentioned above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conrads</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-140</link>
		<dc:creator>conrads</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-140</guid>
		<description>jaaahhh... where i have to put the categoryid?? paged???</description>
		<content:encoded><![CDATA[<p>jaaahhh&#8230; where i have to put the categoryid?? paged???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a_usman</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-139</link>
		<dc:creator>a_usman</dc:creator>
		<pubDate>Wed, 19 Aug 2009 04:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-139</guid>
		<description>You are right Todd... It is also not working for me too. I am going to try in other browser.</description>
		<content:encoded><![CDATA[<p>You are right Todd&#8230; It is also not working for me too. I am going to try in other browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-138</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Sat, 31 Jan 2009 15:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-138</guid>
		<description>Can&#039;t see all the code maybe in this browser?

The code to add is this?

! don’t forget to change the id to your chosen category id
&lt;?php $page = (get_query_var(&#039;paged&#039;)) ? get_query_var(&#039;paged&#039;) :

where is the category type placed?
Thanks,
Todd</description>
		<content:encoded><![CDATA[<p>Can&#8217;t see all the code maybe in this browser?</p>
<p>The code to add is this?</p>
<p>! don’t forget to change the id to your chosen category id<br />
&lt;?php $page = (get_query_var(&#8216;paged&#8217;)) ? get_query_var(&#8216;paged&#8217;) :</p>
<p>where is the category type placed?<br />
Thanks,<br />
Todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: framespotting</title>
		<link>http://donalyza.com/2008/02/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-137</link>
		<dc:creator>framespotting</dc:creator>
		<pubDate>Sun, 09 Nov 2008 08:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.donalyza.com/how-to-exclude-categories-to-be-posted-on-frontpage/#comment-137</guid>
		<description>Thank you, it works on my 2.6.3 :)</description>
		<content:encoded><![CDATA[<p>Thank you, it works on my 2.6.3 <img src='http://donalyza.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

