<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Retrieving URL of featured image for a post, in single post view?</title>
		<link>http://www.kriesi.at/support/topic/retrieving-url-of-featured-image-for-a-post-in-single-post-view</link>
		<description>Support Forum - Topic: Retrieving URL of featured image for a post, in single post view?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 06:45:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/retrieving-url-of-featured-image-for-a-post-in-single-post-view" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Retrieving URL of featured image for a post, in single post view?"</title>
			<link>http://www.kriesi.at/support/topic/retrieving-url-of-featured-image-for-a-post-in-single-post-view#post-52110</link>
			<pubDate>Wed, 18 Apr 2012 06:00:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">52110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can change the slideshow/image dimensions in functions.php (I'd only adjust the height value). Afterwards regenerate the thumbnails with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>woodwinked on "Retrieving URL of featured image for a post, in single post view?"</title>
			<link>http://www.kriesi.at/support/topic/retrieving-url-of-featured-image-for-a-post-in-single-post-view#post-51729</link>
			<pubDate>Mon, 16 Apr 2012 02:33:19 +0000</pubDate>
			<dc:creator>woodwinked</dc:creator>
			<guid isPermaLink="false">51729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you :)&#60;br /&#62;
How do I set the size of the thumbnail in the theme/Wordpress settings?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Retrieving URL of featured image for a post, in single post view?"</title>
			<link>http://www.kriesi.at/support/topic/retrieving-url-of-featured-image-for-a-post-in-single-post-view#post-39260</link>
			<pubDate>Mon, 30 Jan 2012 07:47:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39260@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I changed the code. Only the url will be returned now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>woodwinked on "Retrieving URL of featured image for a post, in single post view?"</title>
			<link>http://www.kriesi.at/support/topic/retrieving-url-of-featured-image-for-a-post-in-single-post-view#post-39216</link>
			<pubDate>Sun, 29 Jan 2012 18:25:43 +0000</pubDate>
			<dc:creator>woodwinked</dc:creator>
			<guid isPermaLink="false">39216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;The code you gave me displays the image. I don't want to display it, I just want the URL.&#60;/p&#62;
&#60;p&#62;Help?&#60;/p&#62;
&#60;p&#62;- Lily
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Retrieving URL of featured image for a post, in single post view?"</title>
			<link>http://www.kriesi.at/support/topic/retrieving-url-of-featured-image-for-a-post-in-single-post-view#post-37711</link>
			<pubDate>Sun, 15 Jan 2012 09:11:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - you can use following code to get the first featured image - if you replace [0] with [1] you'll get the second and so on:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$slides = avia_post_meta($post-&#38;gt;post_id, &#38;#39;slideshow&#38;#39;);
	if ($slides){
		$postimage = avia_image_by_id($slides[0][&#38;#39;slideshow_image&#38;#39;],&#38;#39;thumbnail&#38;#39;,$output = &#38;#39;url&#38;#39;);
		echo $postimage;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace &#34;thumbnail&#34; with another image size too...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>woodwinked on "Retrieving URL of featured image for a post, in single post view?"</title>
			<link>http://www.kriesi.at/support/topic/retrieving-url-of-featured-image-for-a-post-in-single-post-view#post-37703</link>
			<pubDate>Sun, 15 Jan 2012 05:37:29 +0000</pubDate>
			<dc:creator>woodwinked</dc:creator>
			<guid isPermaLink="false">37703@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a theme function (or Wordpress function) that will let me get the URL of the (first) featured image associated with the post, when I am in the single post view?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
