<?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: RSS without photos</title>
		<link>http://www.kriesi.at/support/topic/rss-without-photos</link>
		<description>Support Forum - Topic: RSS without photos</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 16:28:32 +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/rss-without-photos" rel="self" type="application/rss+xml" />

		<item>
			<title>Dietista on "RSS without photos"</title>
			<link>http://www.kriesi.at/support/topic/rss-without-photos#post-77435</link>
			<pubDate>Wed, 26 Sep 2012 13:44:43 +0000</pubDate>
			<dc:creator>Dietista</dc:creator>
			<guid isPermaLink="false">77435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works. Copy and paste the code I used for other people&#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;featured&#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;I added it to the function.php file in my child theme. Thank you for your support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "RSS without photos"</title>
			<link>http://www.kriesi.at/support/topic/rss-without-photos#post-77400</link>
			<pubDate>Wed, 26 Sep 2012 06:59:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">77400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can use the code snippet I provided in this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/featured-post-image-in-rss-feed&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dietista on "RSS without photos"</title>
			<link>http://www.kriesi.at/support/topic/rss-without-photos#post-77294</link>
			<pubDate>Tue, 25 Sep 2012 17:22:09 +0000</pubDate>
			<dc:creator>Dietista</dc:creator>
			<guid isPermaLink="false">77294@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I have seen that the same problem happens in other themes. Now my project is online and I redirected the rss to feedburner and realize that the rss has no photos if I add them as featured media. How can I add one photo to the rss?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
