<?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 specific tag from query_posts</title>
	<atom:link href="http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/</link>
	<description>Web Designer, Co-Founder of WooThemes</description>
	<lastBuildDate>Thu, 15 Apr 2010 07:54:06 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Monday Morning Roundup - April 27, 2009 &#171; Internet Turnkey Websites</title>
		<link>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/comment-page-1/#comment-700</link>
		<dc:creator>Monday Morning Roundup - April 27, 2009 &#171; Internet Turnkey Websites</dc:creator>
		<pubDate>Fri, 08 May 2009 00:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepson.no/?p=436#comment-700</guid>
		<description>[...] How to exclude specific tag from query_posts - as I&#8217;ve noticed from working on numerous themes at WPCoder, having &#8220;featured&#8221; posts is really a popular feature these days. The easiest way to do this is probably to tag posts with &#8220;featured&#8221; instead of having a dedicated category, so here&#8217;s how to exclude those posts from the rest of the loops on your site. [Link] [...]</description>
		<content:encoded><![CDATA[<p>[...] How to exclude specific tag from query_posts &#8211; as I&#8217;ve noticed from working on numerous themes at WPCoder, having &#8220;featured&#8221; posts is really a popular feature these days. The easiest way to do this is probably to tag posts with &#8220;featured&#8221; instead of having a dedicated category, so here&#8217;s how to exclude those posts from the rest of the loops on your site. [Link] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banago</title>
		<link>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/comment-page-1/#comment-666</link>
		<dc:creator>Banago</dc:creator>
		<pubDate>Thu, 30 Apr 2009 09:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepson.no/?p=436#comment-666</guid>
		<description>Great tip. I love to work with WP queries and this one will expand my repertoire. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Great tip. I love to work with WP queries and this one will expand my repertoire. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monday Morning Roundup - April 27, 2009 &#8212; WPCandy &#8212; WordPress Themes, Plugins, Tips, and Tricks</title>
		<link>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/comment-page-1/#comment-649</link>
		<dc:creator>Monday Morning Roundup - April 27, 2009 &#8212; WPCandy &#8212; WordPress Themes, Plugins, Tips, and Tricks</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepson.no/?p=436#comment-649</guid>
		<description>[...] How to exclude specific tag from query_posts - as I&#8217;ve noticed from working on numerous themes at WPCoder, having &#8220;featured&#8221; posts is really a popular feature these days. The easiest way to do this is probably to tag posts with &#8220;featured&#8221; instead of having a dedicated category, so here&#8217;s how to exclude those posts from the rest of the loops on your site. [Link] [...]</description>
		<content:encoded><![CDATA[<p>[...] How to exclude specific tag from query_posts &#8211; as I&#8217;ve noticed from working on numerous themes at WPCoder, having &#8220;featured&#8221; posts is really a popular feature these days. The easiest way to do this is probably to tag posts with &#8220;featured&#8221; instead of having a dedicated category, so here&#8217;s how to exclude those posts from the rest of the loops on your site. [Link] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/comment-page-1/#comment-612</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Thu, 23 Apr 2009 10:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepson.no/?p=436#comment-612</guid>
		<description>Here is a rundown:

1: Get the ID for the tag &quot;featured&quot;

3: This must be done to get pagination to work

4: Load the arguments for the query into $arg

5: Parameter to tell the query to skip any posts with the ID we found on line 1

6: For pagination to work

8: The query itself</description>
		<content:encoded><![CDATA[<p>Here is a rundown:</p>
<p>1: Get the ID for the tag &#8220;featured&#8221;</p>
<p>3: This must be done to get pagination to work</p>
<p>4: Load the arguments for the query into $arg</p>
<p>5: Parameter to tell the query to skip any posts with the ID we found on line 1</p>
<p>6: For pagination to work</p>
<p>8: The query itself</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iaan</title>
		<link>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/comment-page-1/#comment-611</link>
		<dc:creator>iaan</dc:creator>
		<pubDate>Thu, 23 Apr 2009 10:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepson.no/?p=436#comment-611</guid>
		<description>Thanks for sharing Magnus (and Adii)!
Is a line by line explanation too much to ask?</description>
		<content:encoded><![CDATA[<p>Thanks for sharing Magnus (and Adii)!<br />
Is a line by line explanation too much to ask?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
