<?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: Adding Post Thumbnail Feature to your WordPress Theme</title>
	<atom:link href="http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/</link>
	<description>Design and Web Development</description>
	<lastBuildDate>Fri, 11 May 2012 13:36:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Zen</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-18483</link>
		<dc:creator>Zen</dc:creator>
		<pubDate>Sun, 19 Feb 2012 14:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-18483</guid>
		<description>Thanks for pointing that out! :)</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mouad</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-15786</link>
		<dc:creator>Mouad</dc:creator>
		<pubDate>Tue, 08 Nov 2011 16:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-15786</guid>
		<description>Hi and thank you. it helped me, although I struggled at first because this was giving me 500 internal server errors. Although I dont know anything about PHP, I managed to locate the mistake, you provided the code:

the_post_thumbnail( array( 150, 150 ), array( &#039;class&#039; =&gt; &#039;alignleft&#039; , style&#039; =&gt; &#039;border:1px solid red ; margin-right:5px ;&#039; ) );

It should be 

the_post_thumbnail( array( 150, 150 ), array( &#039;class&#039; =&gt; &#039;alignleft&#039; , &#039;style&#039; =&gt; &#039;border:1px solid red ; margin-right:5px ;&#039; ) );

There is a (&#039;) missing before the style class tag. 

U can see my modification in action here :)

http://cinema.al-rasid.com

Thank you</description>
		<content:encoded><![CDATA[<p>Hi and thank you. it helped me, although I struggled at first because this was giving me 500 internal server errors. Although I dont know anything about PHP, I managed to locate the mistake, you provided the code:</p>
<p>the_post_thumbnail( array( 150, 150 ), array( &#8216;class&#8217; =&gt; &#8216;alignleft&#8217; , style&#8217; =&gt; &#8216;border:1px solid red ; margin-right:5px ;&#8217; ) );</p>
<p>It should be </p>
<p>the_post_thumbnail( array( 150, 150 ), array( &#8216;class&#8217; =&gt; &#8216;alignleft&#8217; , &#8216;style&#8217; =&gt; &#8216;border:1px solid red ; margin-right:5px ;&#8217; ) );</p>
<p>There is a (&#8216;) missing before the style class tag. </p>
<p>U can see my modification in action here :)</p>
<p><a href="http://cinema.al-rasid.com" rel="nofollow">http://cinema.al-rasid.com</a></p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haven</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-13960</link>
		<dc:creator>Haven</dc:creator>
		<pubDate>Wed, 21 Sep 2011 16:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-13960</guid>
		<description>Wow... of all post thumbnail tutorial I&#039;ve been through finally this one is the one that I understand well and was able to display my thumbnail perfectly. Thank you thank you very much your really are a good mentor some just blog things and don&#039;t put emphasis on small details like where to put the code and just thought that all people are programmers and never knowing that people searching for this are plain simple people who just want to run their blogs right but just don&#039;t know how to fix it without the right direction or tutorial.:-)</description>
		<content:encoded><![CDATA[<p>Wow&#8230; of all post thumbnail tutorial I&#8217;ve been through finally this one is the one that I understand well and was able to display my thumbnail perfectly. Thank you thank you very much your really are a good mentor some just blog things and don&#8217;t put emphasis on small details like where to put the code and just thought that all people are programmers and never knowing that people searching for this are plain simple people who just want to run their blogs right but just don&#8217;t know how to fix it without the right direction or tutorial.:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AhrimanSefid</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-13357</link>
		<dc:creator>AhrimanSefid</dc:creator>
		<pubDate>Sat, 10 Sep 2011 11:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-13357</guid>
		<description>Hi Me Need code For Show thumbnail Id Post.


&lt;a href=&quot;&quot; rel=&quot;bookmark&quot;  title=&quot;&quot;&gt;


	 &#039;alignleft&#039;) ); ?&gt;






 &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Me Need code For Show thumbnail Id Post.</p>
<p>&lt;a href=&quot;&#8221; rel=&#8221;bookmark&#8221;  title=&#8221;"&gt;</p>
<p>	 &#8216;alignleft&#8217;) ); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naik taraf tema wordpress supaya menyokong post thumbnail &#124; Z.A.R.Y.L</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-7871</link>
		<dc:creator>Naik taraf tema wordpress supaya menyokong post thumbnail &#124; Z.A.R.Y.L</dc:creator>
		<pubDate>Thu, 27 Jan 2011 16:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-7871</guid>
		<description>[...] Artikel asal: zenverse [...]</description>
		<content:encoded><![CDATA[<p>[...] Artikel asal: zenverse [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhon</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-7794</link>
		<dc:creator>jhon</dc:creator>
		<pubDate>Sat, 15 Jan 2011 08:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-7794</guid>
		<description>nice thanks for sharing wonderful post.

Here I have another tutorial on how to make your first image post to be a thumbnail automatically Without Custom field and Featured image and without taking your time editing cropping thumbnail of your post.  

&lt;a href=&quot;http://www.sutanaryan.com/blog/web-development/automatic-wordpress-thumbnail-without-custom-field-and-featured-image&quot; rel=&quot;nofollow&quot;&gt;Automatic WordPress Thumbnail Without Custom field and Featured image&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>nice thanks for sharing wonderful post.</p>
<p>Here I have another tutorial on how to make your first image post to be a thumbnail automatically Without Custom field and Featured image and without taking your time editing cropping thumbnail of your post.  </p>
<p><a href="http://www.sutanaryan.com/blog/web-development/automatic-wordpress-thumbnail-without-custom-field-and-featured-image" rel="nofollow">Automatic WordPress Thumbnail Without Custom field and Featured image</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technology Blog &#187; Adding Post Thumbnail Feature to your Wordpress Theme</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-6430</link>
		<dc:creator>Technology Blog &#187; Adding Post Thumbnail Feature to your Wordpress Theme</dc:creator>
		<pubDate>Mon, 03 May 2010 18:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-6430</guid>
		<description>[...] Click Here [...]</description>
		<content:encoded><![CDATA[<p>[...] Click Here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wp-popular.com &#187; Blog Archive &#187; Adding Post Thumbnail Feature to your Wordpress Theme &#124; ZENVERSE</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-5902</link>
		<dc:creator>wp-popular.com &#187; Blog Archive &#187; Adding Post Thumbnail Feature to your Wordpress Theme &#124; ZENVERSE</dc:creator>
		<pubDate>Mon, 08 Mar 2010 05:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-5902</guid>
		<description>[...] more here: Adding Post Thumbnail Feature to your Wordpress Theme &#124; ZENVERSE Tags: [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Adding Post Thumbnail Feature to your WordPress Theme | ZENVERSE Tags: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding Post Thumbnail Feature to your Wordpress Theme &#124; ZENVERSE &#124; Wordpress Marketing</title>
		<link>http://zenverse.net/adding-post-thumbnail-feature-to-your-wordpress-theme/comment-page-1/#comment-5812</link>
		<dc:creator>Adding Post Thumbnail Feature to your Wordpress Theme &#124; ZENVERSE &#124; Wordpress Marketing</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://zenverse.net/?p=1512#comment-5812</guid>
		<description>[...] Read this article: Adding Post Thumbnail Feature to your Wordpress Theme &#124; ZENVERSE [...]</description>
		<content:encoded><![CDATA[<p>[...] Read this article: Adding Post Thumbnail Feature to your WordPress Theme | ZENVERSE [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

