<?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: Featured Post Image in RSS feed</title>
		<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed</link>
		<description>Support Forum - Topic: Featured Post Image in RSS feed</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 11:18:01 +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/featured-post-image-in-rss-feed" rel="self" type="application/rss+xml" />

		<item>
			<title>Matteo on "Featured Post Image in RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed#post-63702</link>
			<pubDate>Wed, 04 Jul 2012 12:26:39 +0000</pubDate>
			<dc:creator>Matteo</dc:creator>
			<guid isPermaLink="false">63702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much! &#60;/p&#62;
&#60;p&#62;It works perfectly, but I actually had to replace &#34;thumbnail&#34; with &#34;featured&#34; not &#34;slideshow&#34; :)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;feed://teo.is/feed/&#34; rel=&#34;nofollow&#34;&#62;feed://teo.is/feed/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Featured Post Image in RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed#post-63646</link>
			<pubDate>Wed, 04 Jul 2012 08:52:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">63646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to functions.php (add it to the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// THIS INCLUDES THE THUMBNAIL IN OUR RSS FEED
add_filter( &#38;#39;the_excerpt_rss&#38;#39;, &#38;#39;inoplugs_insertThumbnailRSS&#38;#39; );
add_filter( &#38;#39;the_content_feed&#38;#39;, &#38;#39;inoplugs_insertThumbnailRSS&#38;#39; );
function inoplugs_insertThumbnailRSS( $content ) {

	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;);
		$content = &#38;#39;&#38;lt;div&#38;gt;&#38;#39; . $postimage . &#38;#39;&#38;lt;/div&#38;gt;&#38;#39; . $content;

		return $content;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace 'slideshow' with any other thumbnail size (they're defined in functions.php at the top).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Featured Post Image in RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed#post-63636</link>
			<pubDate>Wed, 04 Jul 2012 08:10:22 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I don't think that's possible because RSS feeds are outside the theme's control. I may be wrong so let me tag the rest of the support team.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matteo on "Featured Post Image in RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed#post-63630</link>
			<pubDate>Wed, 04 Jul 2012 07:43:39 +0000</pubDate>
			<dc:creator>Matteo</dc:creator>
			<guid isPermaLink="false">63630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi and thanks for making such an awesome theme!&#60;/p&#62;
&#60;p&#62;I was wondering if it's possible to add a featured image in my RSS by editing functions.php?&#60;br /&#62;
I tried with no success :(&#60;/p&#62;
&#60;p&#62;Could you help me out please?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
