<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WpFunc &#187; feedburner</title>
	<atom:link href="http://wpfunc.com/tag/feedburner/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Do you want to add your ads to your Blog Feed?</title>
		<link>http://wpfunc.com/wordpress/do-you-want-to-add-your-ads-to-your-blog-feed.html</link>
		<comments>http://wpfunc.com/wordpress/do-you-want-to-add-your-ads-to-your-blog-feed.html#comments</comments>
		<pubDate>Thu, 23 Jul 2009 21:30:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google adsense]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=93</guid>
		<description><![CDATA[Some of my friends are use feedburner with adsense. That&#8217;s good but i think feedburner&#8217;s policity is not good. If you think like me you can add your google ads to your blog feed. It&#8217;s simply and more useful than feedburner. When someone subscribe your feed he/she can click your ads from any RSS reader. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Some of my friends are use feedburner with adsense. That&#8217;s good but i think feedburner&#8217;s policity is not good. If you think like me you can add your google ads to your blog feed. It&#8217;s simply and more useful than feedburner. When someone subscribe your feed he/she can click your ads from any RSS reader. Lets begin&#8230;<span id="more-93"></span></p>
<p style="text-align: justify;">We make changes on your <strong><em><span style="color: #ff0000;"><span style="color: #008000;">themes</span> functions.php</span></em></strong>. If your theme <strong><span style="color: #008000;">have no </span></strong>functions.php simply create one and paste this code in your file ;</p>
<h3>Here is the Code;</h3>
<pre class="brush: plain; title: ; notranslate">&lt;?php
 function insertAds($content) {
 $content = $content.'&lt;hr /&gt;&lt;a href=&quot;http://www.wpfunc.com&quot;&gt;Hola, Awesome, Quick, Simple WordPress Functions&lt;/a&gt;&lt;hr /&gt;';
 return $content;
 }
 add_filter('the_excerpt_rss', 'insertAds');
 add_filter('the_content_rss', 'insertAds');
?&gt;</pre>
<p style="text-align: justify;">If you change <strong><em>$conten</em><em>t</em></strong> area (between <strong>&lt;hr/&gt;</strong> and <strong>&lt;hr/&gt;</strong>) you can change it with your google adsense code.</p>
<p style="text-align: justify;">That&#8217;s All! Have a nice day!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/do-you-want-to-add-your-ads-to-your-blog-feed.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

