<?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: 2.5 Ways To Show Category Images As Post Thumbnails</title>
	<atom:link href="http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/feed/" rel="self" type="application/rss+xml" />
	<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/</link>
	<description>Wordpress Tips for Noobs, Rookies and Pros</description>
	<lastBuildDate>Thu, 28 Jul 2011 19:07:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC2</generator>
	<item>
		<title>By: Toure</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-6096</link>
		<dc:creator>Toure</dc:creator>
		<pubDate>Wed, 18 May 2011 12:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-6096</guid>
		<description>Never mind. I figured it out. I had use it inside the while function so it can go trough all the post to find cat being used, wonder how I could missed that, but still wonder if it the most efficient way of doing.</description>
		<content:encoded><![CDATA[<p>Never mind. I figured it out. I had use it inside the while function so it can go trough all the post to find cat being used, wonder how I could missed that, but still wonder if it the most efficient way of doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toure</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-6095</link>
		<dc:creator>Toure</dc:creator>
		<pubDate>Wed, 18 May 2011 12:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-6095</guid>
		<description>I have this query in the index before the sidebar:


	
	&lt;a href=&quot;&quot;&gt;
			
			ID, &quot;yearmade&quot;, true) ): ?&gt;
			ID, &quot;yearmade&quot;, true); ?&gt;
			
			
			cat_name;
?&gt;
			
			
			
			ID, &quot;price&quot;, true) ): ?&gt;
			ID, &quot;price&quot;, true); ?&gt;
			
			&lt;/a&gt;
	
	

My issue is when I use the 2.2 I only get the first category and when I get rid of the wp_reset_query() from the index I get the last category only.
I guess the loop to get all cat is not working.
Any help will be appreciated.
Thanks.</description>
		<content:encoded><![CDATA[<p>I have this query in the index before the sidebar:</p>
<p>	&lt;a href=&quot;"&gt;</p>
<p>			ID, "yearmade", true) ): ?&gt;<br />
			ID, "yearmade", true); ?&gt;</p>
<p>			cat_name;<br />
?&gt;</p>
<p>			ID, "price", true) ): ?&gt;<br />
			ID, "price", true); ?&gt;</p>
<p>My issue is when I use the 2.2 I only get the first category and when I get rid of the wp_reset_query() from the index I get the last category only.<br />
I guess the loop to get all cat is not working.<br />
Any help will be appreciated.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Orchard</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-6067</link>
		<dc:creator>Sam Orchard</dc:creator>
		<pubDate>Sat, 14 May 2011 22:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-6067</guid>
		<description>Thanks, was looking for an easy way to achieve this - made my job a lot easier</description>
		<content:encoded><![CDATA[<p>Thanks, was looking for an easy way to achieve this - made my job a lot easier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hassan</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-5961</link>
		<dc:creator>hassan</dc:creator>
		<pubDate>Thu, 05 May 2011 14:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-5961</guid>
		<description>no doubt nice effort !!!!!its work thanks</description>
		<content:encoded><![CDATA[<p>no doubt nice effort !!!!!its work thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-5901</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 02 May 2011 16:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-5901</guid>
		<description>How to default to the set Featured Image if one has been assigned to the post? Thanks.</description>
		<content:encoded><![CDATA[<p>How to default to the set Featured Image if one has been assigned to the post? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name...</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-5359</link>
		<dc:creator>Name...</dc:creator>
		<pubDate>Tue, 29 Mar 2011 01:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-5359</guid>
		<description>Can the category be replaced with tag so that you can display thumbnails based on the tag you give a post. For example:

cat_name;
}
?&gt;
&lt;img src=&quot;/images/cat/.jpg&quot; alt=&quot;&quot;

The above did not work, but it should it theory provided you only have one tag per post? Any advice on how to get this to work, and if you do have multiple tags per post, how to code something that will look through the list of tags for that post and find the one tag that has an image associated with it?</description>
		<content:encoded><![CDATA[<p>Can the category be replaced with tag so that you can display thumbnails based on the tag you give a post. For example:</p>
<p>cat_name;<br />
}<br />
?&gt;<br />
&lt;img src=&quot;/images/cat/.jpg" alt=""</p>
<p>The above did not work, but it should it theory provided you only have one tag per post? Any advice on how to get this to work, and if you do have multiple tags per post, how to code something that will look through the list of tags for that post and find the one tag that has an image associated with it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thumbnails for WordPress Categories &#124; weblog of lindsey bell</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-2272</link>
		<dc:creator>Thumbnails for WordPress Categories &#124; weblog of lindsey bell</dc:creator>
		<pubDate>Thu, 25 Nov 2010 17:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-2272</guid>
		<description>[...] the loop.  Easier said than done.  At least as far as the digging around I did &#8211; I found a tutorial which partially worked for my needs. Using this method, I was able to display the first image but [...]</description>
		<content:encoded><![CDATA[<p>[...] the loop.  Easier said than done.  At least as far as the digging around I did &#8211; I found a tutorial which partially worked for my needs. Using this method, I was able to display the first image but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toshii Talks</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-1337</link>
		<dc:creator>Toshii Talks</dc:creator>
		<pubDate>Wed, 14 Jul 2010 10:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-1337</guid>
		<description>This is really helpful!  Thanks</description>
		<content:encoded><![CDATA[<p>This is really helpful!  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 100+ Very Useful and Fresh Articles for Designers and Developers</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-1050</link>
		<dc:creator>100+ Very Useful and Fresh Articles for Designers and Developers</dc:creator>
		<pubDate>Tue, 22 Jun 2010 05:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-1050</guid>
		<description>[...] 2.5 Ways To Show Category Images As Post Thumbnails [...]</description>
		<content:encoded><![CDATA[<p>[...] 2.5 Ways To Show Category Images As Post Thumbnails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Themes</title>
		<link>http://new2wp.com/rookie/2-5-ways-to-show-category-thumbnails/comment-page-1/#comment-1039</link>
		<dc:creator>WP Themes</dc:creator>
		<pubDate>Mon, 21 Jun 2010 20:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=642#comment-1039</guid>
		<description>Nice fill someone in on and this mail helped me alot in my college assignement. Thank you on your information.</description>
		<content:encoded><![CDATA[<p>Nice fill someone in on and this mail helped me alot in my college assignement. Thank you on your information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

