<?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 I Did Multiple Feature Categories in Checkmate</title>
	<atom:link href="http://curtishenson.com/how-i-did-multiple-feature-categories-in-checkmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://curtishenson.com/how-i-did-multiple-feature-categories-in-checkmate/</link>
	<description>Freelance Web Designer and Wordpress Guru</description>
	<lastBuildDate>Fri, 12 Mar 2010 21:17:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://curtishenson.com/how-i-did-multiple-feature-categories-in-checkmate/comment-page-1/#comment-2489</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=187#comment-2489</guid>
		<description>Great article...helped me out a year after your posting it. Thanks, Curtis.

A huge thank-you to Austin, as well. I had a ton of code before finding this article and was able to simplify my query with that small, simple line he provided.

(I was querying posts outside of the WP install, by interfacing with the WPDB directly...but just the normal loop works great just by including the big 3 essential files.)

&lt;i&gt;Subscribing to both of your websites!&lt;/i&gt;

Cheers,

- Michael

P.S. Great submit button, by the way.</description>
		<content:encoded><![CDATA[<p>Great article&#8230;helped me out a year after your posting it. Thanks, Curtis.</p>
<p>A huge thank-you to Austin, as well. I had a ton of code before finding this article and was able to simplify my query with that small, simple line he provided.</p>
<p>(I was querying posts outside of the WP install, by interfacing with the WPDB directly&#8230;but just the normal loop works great just by including the big 3 essential files.)</p>
<p><i>Subscribing to both of your websites!</i></p>
<p>Cheers,</p>
<p>- Michael</p>
<p>P.S. Great submit button, by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Complex WordPress Conditional Tags</title>
		<link>http://curtishenson.com/how-i-did-multiple-feature-categories-in-checkmate/comment-page-1/#comment-1560</link>
		<dc:creator>Complex WordPress Conditional Tags</dc:creator>
		<pubDate>Wed, 12 Nov 2008 03:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=187#comment-1560</guid>
		<description>[...] important new tags are the ones which allow you to use arrays. In the past you may have had to use complex code to achieve the same result. The ability to filter content by several pages/categories/tags is [...]</description>
		<content:encoded><![CDATA[<p>[...] important new tags are the ones which allow you to use arrays. In the past you may have had to use complex code to achieve the same result. The ability to filter content by several pages/categories/tags is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Henson</title>
		<link>http://curtishenson.com/how-i-did-multiple-feature-categories-in-checkmate/comment-page-1/#comment-1340</link>
		<dc:creator>Curtis Henson</dc:creator>
		<pubDate>Sat, 16 Aug 2008 18:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=187#comment-1340</guid>
		<description>Austin,

Because I didn&#039;t know that was possible. I&#039;ll have to read more about that.</description>
		<content:encoded><![CDATA[<p>Austin,</p>
<p>Because I didn&#8217;t know that was possible. I&#8217;ll have to read more about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://curtishenson.com/how-i-did-multiple-feature-categories-in-checkmate/comment-page-1/#comment-1339</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Sat, 16 Aug 2008 15:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=187#comment-1339</guid>
		<description>Instead of the &quot;almighty query,&quot; why couldn&#039;t you have used the WordPress API instead?  Something like this:

&lt;code&gt;query_posts(array(&#039;category__in&#039; =&gt; $feature_cats, &#039;showposts&#039; =&gt; 1));&lt;/code&gt;

Also, in the query why join the postmeta table?</description>
		<content:encoded><![CDATA[<p>Instead of the &#8220;almighty query,&#8221; why couldn&#8217;t you have used the WordPress API instead?  Something like this:</p>
<p><code>query_posts(array('category__in' =&gt; $feature_cats, 'showposts' =&gt; 1));</code></p>
<p>Also, in the query why join the postmeta table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Henson</title>
		<link>http://curtishenson.com/how-i-did-multiple-feature-categories-in-checkmate/comment-page-1/#comment-1184</link>
		<dc:creator>Curtis Henson</dc:creator>
		<pubDate>Thu, 17 Jul 2008 06:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=187#comment-1184</guid>
		<description>Chad,
I tried it out, it works great, I just wanted a jQuery solution.</description>
		<content:encoded><![CDATA[<p>Chad,<br />
I tried it out, it works great, I just wanted a jQuery solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://curtishenson.com/how-i-did-multiple-feature-categories-in-checkmate/comment-page-1/#comment-1183</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 17 Jul 2008 06:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=187#comment-1183</guid>
		<description>sweet custom queries. thanks!

re: syntax issue - i&#039;ve actually been meaning to look at using &lt;a href=&quot;http://wordpress.org/extend/plugins/google-syntax-highlighter/&quot; rel=&quot;nofollow&quot;&gt;this plugin&lt;/a&gt; to show code.</description>
		<content:encoded><![CDATA[<p>sweet custom queries. thanks!</p>
<p>re: syntax issue &#8211; i&#8217;ve actually been meaning to look at using <a href="http://wordpress.org/extend/plugins/google-syntax-highlighter/" rel="nofollow">this plugin</a> to show code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
