<?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: get the first shown image url from slider</title>
		<link>http://www.kriesi.at/support/topic/get-the-first-shown-image-url-from-slider</link>
		<description>Support Forum - Topic: get the first shown image url from slider</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 12:32:07 +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/get-the-first-shown-image-url-from-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "get the first shown image url from slider"</title>
			<link>http://www.kriesi.at/support/topic/get-the-first-shown-image-url-from-slider#post-43304</link>
			<pubDate>Fri, 24 Feb 2012 08:06:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use following code to get the image:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;global $post;
	$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;);
	}

        echo $postimage;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>xenius on "get the first shown image url from slider"</title>
			<link>http://www.kriesi.at/support/topic/get-the-first-shown-image-url-from-slider#post-43209</link>
			<pubDate>Thu, 23 Feb 2012 18:24:47 +0000</pubDate>
			<dc:creator>xenius</dc:creator>
			<guid isPermaLink="false">43209@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like to get the URL of the (first) portfolio image that is loaded in the slider so I can set my facebook image for the like button I've made. I've been looking around the code but can't find it. Any help?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
