<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: PHP code for Featured Image URL</title>
		<link>http://www.themolitor.com/forums/topic/php-code-for-featured-image-url</link>
		<description>THE MOLITOR FORUMS &#187; Topic: PHP code for Featured Image URL</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 13:47:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/php-code-for-featured-image-url" rel="self" type="application/rss+xml" />

		<item>
			<title>jwbruton on "PHP code for Featured Image URL"</title>
			<link>http://www.themolitor.com/forums/topic/php-code-for-featured-image-url#post-4395</link>
			<pubDate>Wed, 12 Oct 2011 12:32:06 +0000</pubDate>
			<dc:creator>jwbruton</dc:creator>
			<guid isPermaLink="false">4395@http://www.themolitor.com/forums/</guid>
			<description><p>I figured it out. There may be a cleaner way, but this works.</p>
<p>&#60;?php $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); echo $large_image_url[0] ?&#62;
</p></description>
		</item>
		<item>
			<title>jwbruton on "PHP code for Featured Image URL"</title>
			<link>http://www.themolitor.com/forums/topic/php-code-for-featured-image-url#post-4387</link>
			<pubDate>Wed, 12 Oct 2011 06:54:42 +0000</pubDate>
			<dc:creator>jwbruton</dc:creator>
			<guid isPermaLink="false">4387@http://www.themolitor.com/forums/</guid>
			<description><p>From within a post, is there a PHP call that will return the URL of the Featured Image for the post?</p>
<p>This call returns the full "img" code:  the_post_thumbnail('')</p>
<p>But for my needs I just want the full link to the image.</p>
<p>Many thanks,</p>
<p>James
</p></description>
		</item>

	</channel>
</rss>
