<?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: WordPress 2.9 &#8211; adding image thumbnails to your blog</title>
	<atom:link href="http://www.seanhayes.biz/2010/wordpress-2-9-adding-image-thumbnails-to-your-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seanhayes.biz/2010/wordpress-2-9-adding-image-thumbnails-to-your-blog/</link>
	<description></description>
	<lastBuildDate>Wed, 12 May 2010 23:44:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mfalk75</title>
		<link>http://www.seanhayes.biz/2010/wordpress-2-9-adding-image-thumbnails-to-your-blog/comment-page-1/#comment-19</link>
		<dc:creator>mfalk75</dc:creator>
		<pubDate>Wed, 12 May 2010 23:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.seanhayes.biz/?p=273#comment-19</guid>
		<description>Thanks, seems to be working pretty good....anyway to link the thumbs to the image?
thanks</description>
		<content:encoded><![CDATA[<p>Thanks, seems to be working pretty good&#8230;.anyway to link the thumbs to the image?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://www.seanhayes.biz/2010/wordpress-2-9-adding-image-thumbnails-to-your-blog/comment-page-1/#comment-18</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Wed, 12 May 2010 22:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.seanhayes.biz/?p=273#comment-18</guid>
		<description>Hi mfalk75,

I used the following code which also uses a plugin called &quot;wp_get_post_image&quot;

[php]if(function_exists(&#039;wp_get_post_image&#039;))
    echo wp_get_post_image(&#039;width=110&amp;css=alignright&amp;parent_id=&#039;.$post-&gt;ID); 
[/php]


Plugin information:
http://michaelwender.com/wordpress/plugins/wp-get-post-image/</description>
		<content:encoded><![CDATA[<p>Hi mfalk75,</p>
<p>I used the following code which also uses a plugin called &#8220;wp_get_post_image&#8221;</p>
<pre class="brush: php;">if(function_exists('wp_get_post_image'))
    echo wp_get_post_image('width=110&amp;css=alignright&amp;parent_id='.$post-&gt;ID);
</pre>
<p>Plugin information:<br />
<a href="http://michaelwender.com/wordpress/plugins/wp-get-post-image/" rel="nofollow">http://michaelwender.com/wordpress/plugins/wp-get-post-image/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mfalk75</title>
		<link>http://www.seanhayes.biz/2010/wordpress-2-9-adding-image-thumbnails-to-your-blog/comment-page-1/#comment-17</link>
		<dc:creator>mfalk75</dc:creator>
		<pubDate>Wed, 12 May 2010 18:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.seanhayes.biz/?p=273#comment-17</guid>
		<description>Hi, good tutorial.  Any chance you could help me finish the (} else {
// the current post lacks a thumbnail) statement.

I want it to display first image in post as thumbnail if none were defined.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, good tutorial.  Any chance you could help me finish the (} else {<br />
// the current post lacks a thumbnail) statement.</p>
<p>I want it to display first image in post as thumbnail if none were defined.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (user agent is rejected)
Database Caching using apc

Served from: www.seanhayes.biz @ 2010-09-09 01:58:20 -->