<?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 in WordPress &#8211; Tutorial with Code that Works</title>
	<atom:link href="http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/</link>
	<description>By the creator of Alberta Stars</description>
	<lastBuildDate>Wed, 18 Aug 2010 06:58:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Y8</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-7203</link>
		<dc:creator>Y8</dc:creator>
		<pubDate>Tue, 03 Aug 2010 13:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-7203</guid>
		<description>The Loop is used by WordPress to display each of your posts. Using The Loop, WordPress processes each of the posts to be displayed on the current page and formats them according to how they match specified criteria within The Loop tags. Any HTML or PHP  code placed in the Loop will be repeated on each post. When WordPress documentation states &quot;This tag must be within The Loop&quot;, such as for specific Template Tag or plugins, the tag will be repeated for each post.

For example, among the information The Loop displays by default: the Title (the_title()), Time (the_time()), and Categories (the_category()) for each post. Other information about each post can be displayed with the appropriate Template Tags or (for advanced users) by accessing the $post variable, which is set with the current post&#039;s information while The Loop is running.</description>
		<content:encoded><![CDATA[<p>The Loop is used by WordPress to display each of your posts. Using The Loop, WordPress processes each of the posts to be displayed on the current page and formats them according to how they match specified criteria within The Loop tags. Any HTML or PHP  code placed in the Loop will be repeated on each post. When WordPress documentation states &#8220;This tag must be within The Loop&#8221;, such as for specific Template Tag or plugins, the tag will be repeated for each post.</p>
<p>For example, among the information The Loop displays by default: the Title (the_title()), Time (the_time()), and Categories (the_category()) for each post. Other information about each post can be displayed with the appropriate Template Tags or (for advanced users) by accessing the $post variable, which is set with the current post&#8217;s information while The Loop is running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-6525</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 23 Jul 2010 09:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-6525</guid>
		<description>Thanks a lot for sharing your code. It works fine on my site.

Cheers!
A.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing your code. It works fine on my site.</p>
<p>Cheers!<br />
A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddddddddd</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-6477</link>
		<dc:creator>ddddddddd</dc:creator>
		<pubDate>Thu, 22 Jul 2010 12:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-6477</guid>
		<description>how can i pagging posts excluding last 6 posts</description>
		<content:encoded><![CDATA[<p>how can i pagging posts excluding last 6 posts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjoern</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-5776</link>
		<dc:creator>Bjoern</dc:creator>
		<pubDate>Tue, 06 Jul 2010 09:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-5776</guid>
		<description>Hey!

It works perfect. Thanks for this smart code! Great!</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>It works perfect. Thanks for this smart code! Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friends Links Forum</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-3693</link>
		<dc:creator>Friends Links Forum</dc:creator>
		<pubDate>Tue, 11 May 2010 08:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-3693</guid>
		<description>Very Nice Thanks For Sharing</description>
		<content:encoded><![CDATA[<p>Very Nice Thanks For Sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-3336</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sat, 24 Apr 2010 16:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-3336</guid>
		<description>Despite including any of the following
&lt;code&gt;
$query-&gt;is_archive &#124;&#124; $query-&gt;is_category
&lt;/code&gt;

This function excludes categories from queries sitewide. How to fix this?</description>
		<content:encoded><![CDATA[<p>Despite including any of the following<br />
<code><br />
$query-&gt;is_archive || $query-&gt;is_category<br />
</code></p>
<p>This function excludes categories from queries sitewide. How to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-3335</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sat, 24 Apr 2010 15:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-3335</guid>
		<description>I&#039;ve been looking for this for months. Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking for this for months. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nog Jenkins</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-2640</link>
		<dc:creator>Nog Jenkins</dc:creator>
		<pubDate>Sat, 20 Mar 2010 17:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-2640</guid>
		<description>It worked for me too.  I know exactly what you mean about sifting through google results to pass by the wrong solutions.  Thanks!</description>
		<content:encoded><![CDATA[<p>It worked for me too.  I know exactly what you mean about sifting through google results to pass by the wrong solutions.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-2253</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 26 Feb 2010 08:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-2253</guid>
		<description>Thanks for the information you have shared with this post. I&#039;ve been searching for more information about wordpress in which I like to be an expert on that application.

Great thanks to you!</description>
		<content:encoded><![CDATA[<p>Thanks for the information you have shared with this post. I&#8217;ve been searching for more information about wordpress in which I like to be an expert on that application.</p>
<p>Great thanks to you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Yiadom</title>
		<link>http://www.locoed.com/web-design/how-to-exclude-category-posts-wordpress-tutorial-code/comment-page-1/#comment-2204</link>
		<dc:creator>David Yiadom</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.locoed.com/?p=33#comment-2204</guid>
		<description>Hey there..

Nice tutorial, easy to understand and works like it should. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey there..</p>
<p>Nice tutorial, easy to understand and works like it should. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
