<?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: Feedburner / RSS: Function.php vs. Custom CSS</title>
		<link>http://www.themolitor.com/forums/topic/feedburner-rss-functionphp-vs-custom-css</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Feedburner / RSS: Function.php vs. Custom CSS</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 23:27:33 +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/feedburner-rss-functionphp-vs-custom-css" rel="self" type="application/rss+xml" />

		<item>
			<title>vitigirl on "Feedburner / RSS: Function.php vs. Custom CSS"</title>
			<link>http://www.themolitor.com/forums/topic/feedburner-rss-functionphp-vs-custom-css#post-19091</link>
			<pubDate>Mon, 04 Mar 2013 18:17:51 +0000</pubDate>
			<dc:creator>vitigirl</dc:creator>
			<guid isPermaLink="false">19091@http://www.themolitor.com/forums/</guid>
			<description><p>My god...I gave it a whirl...and QUICKLY reversed! Haha ;)</p>
<p>Thanks anyway, appreciate your help.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Feedburner / RSS: Function.php vs. Custom CSS"</title>
			<link>http://www.themolitor.com/forums/topic/feedburner-rss-functionphp-vs-custom-css#post-18555</link>
			<pubDate>Thu, 14 Feb 2013 10:53:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18555@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I don't see any issue giving it a try :-) </p>
<p>The custom CSS wouldn't have any control over something like that, so I would try the code they recommend before trying something else.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vitigirl on "Feedburner / RSS: Function.php vs. Custom CSS"</title>
			<link>http://www.themolitor.com/forums/topic/feedburner-rss-functionphp-vs-custom-css#post-18543</link>
			<pubDate>Wed, 13 Feb 2013 17:28:33 +0000</pubDate>
			<dc:creator>vitigirl</dc:creator>
			<guid isPermaLink="false">18543@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>A you-can-tell-we're-novices-question... ;)</p>
<p>We're tweaking our RSS feed (Feedburner) and are hoping to add a 'featured image' to each post. </p>
<p>Google searches suggest we edit the theme's function.php with the code listed below. Any thoughts on whether we should A/ do as prescribed or B/ is this something we can add to the 'custom CSS' section in 'theme options'. </p>
<p>Any help very welcome. Thanks! :)</p>
<p>SUGGESTED CODE/<br />
<pre><code>function diw_post_thumbnail_feeds($content) {
	global $post;
	if(has_post_thumbnail($post-&#62;ID)) {
		$content = &#039;&#60;div&#62;&#039; . get_the_post_thumbnail($post-&#62;ID) . &#039;&#60;/div&#62;&#039; . $content;
	}
	return $content;
}
add_filter(&#039;the_excerpt_rss&#039;, &#039;diw_post_thumbnail_feeds&#039;);
add_filter(&#039;the_content_feed&#039;, &#039;diw_post_thumbnail_feeds&#039;);</code></pre></description>
		</item>

	</channel>
</rss>
