<?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: Post_thumbnail in WP 2.9</title>
	<atom:link href="http://beginwithanidea.com/coding/wordpress/post-thumbnail-wp-29/feed/" rel="self" type="application/rss+xml" />
	<link>http://beginwithanidea.com/coding/wordpress/post-thumbnail-wp-29/</link>
	<description>Creative &#38; Technology Articles</description>
	<lastBuildDate>Wed, 19 Oct 2011 03:29:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://beginwithanidea.com/coding/wordpress/post-thumbnail-wp-29/comment-page-1/#comment-5</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://beginwithanidea.com/?p=92#comment-5</guid>
		<description>Hi Matt, sorry I think the code you used didn&#039;t get printed.
you can use  backticks or just omit the php tags. I need to find a way to ease the publish of code.

Well to output your large &quot;thumbnail&quot; you can use this:

&lt;em&gt;How to return the image instead of displaying it

In some scenarios, you might want to return the post image for use in your PHP code instead of displaying it.

Here’s an example of that functionality:

$image = get_the_post_thumbnail( $post-&gt;ID, &#039;large&#039; );
&lt;/em&gt;

Note that the large in the code was specified by Matt M. from Automatic not to be used... so maybe an array there would be better. let me know if this helps.

cheers.</description>
		<content:encoded><![CDATA[<p>Hi Matt, sorry I think the code you used didn&#8217;t get printed.<br />
you can use  backticks or just omit the php tags. I need to find a way to ease the publish of code.</p>
<p>Well to output your large &#8220;thumbnail&#8221; you can use this:</p>
<p><em>How to return the image instead of displaying it</p>
<p>In some scenarios, you might want to return the post image for use in your PHP code instead of displaying it.</p>
<p>Here’s an example of that functionality:</p>
<p>$image = get_the_post_thumbnail( $post->ID, &#8216;large&#8217; );<br />
</em></p>
<p>Note that the large in the code was specified by Matt M. from Automatic not to be used&#8230; so maybe an array there would be better. let me know if this helps.</p>
<p>cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://beginwithanidea.com/coding/wordpress/post-thumbnail-wp-29/comment-page-1/#comment-4</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 02 Jan 2010 06:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://beginwithanidea.com/?p=92#comment-4</guid>
		<description>Nice article Brian! It really helped me out a great deal. I am having one problem. Maybe you know how to achieve this. I am using this code inside a theme:

&lt;a href=&quot;&quot; title=&quot;&quot;&gt;&lt;/a&gt;

It picks up the medium thumbnail, but it doesn&#039;t link correctly with all the things I have tried including



any ideas on how I can go about retrieving the &quot;Large&quot; picture URL to input in to the $thumbnail variable?

Cheers</description>
		<content:encoded><![CDATA[<p>Nice article Brian! It really helped me out a great deal. I am having one problem. Maybe you know how to achieve this. I am using this code inside a theme:</p>
<p>&lt;a href=&quot;&#8221; title=&#8221;"&gt;</p>
<p>It picks up the medium thumbnail, but it doesn&#8217;t link correctly with all the things I have tried including</p>
<p>any ideas on how I can go about retrieving the &#8220;Large&#8221; picture URL to input in to the $thumbnail variable?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Post_thumbnail in WP 2.9 &#124; ShareFavorite</title>
		<link>http://beginwithanidea.com/coding/wordpress/post-thumbnail-wp-29/comment-page-1/#comment-3</link>
		<dc:creator>Post_thumbnail in WP 2.9 &#124; ShareFavorite</dc:creator>
		<pubDate>Mon, 28 Dec 2009 23:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://beginwithanidea.com/?p=92#comment-3</guid>
		<description>[...] from:  Post_thumbnail in WP 2.9 Related [...]</description>
		<content:encoded><![CDATA[<p>[...] from:  Post_thumbnail in WP 2.9 Related [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

