<?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>Sports Blog Help &#187; php</title>
	<atom:link href="http://sportsbloghelp.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://sportsbloghelp.com</link>
	<description>Answers on How to Improve and Make Money With Your Blog</description>
	<lastBuildDate>Thu, 10 Sep 2009 00:01:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Front Page Only Ads &#8211; WordPress</title>
		<link>http://sportsbloghelp.com/2008/10/front-page-only-ads-wordpress/</link>
		<comments>http://sportsbloghelp.com/2008/10/front-page-only-ads-wordpress/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 00:14:24 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[PHP Help]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[advertisment]]></category>
		<category><![CDATA[assistance]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[front page ads]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://sportsbloghelp.com/?p=14</guid>
		<description><![CDATA[If you want or need to place advertisements or anything else, only on the front page of your WordPress blog, you either must have access to edit the current theme or have a plugin installed (Exec-PHP Plugin, Samsarin PHP Widget) which allows widgets to accept php code. Highlighted Ad on Home Page Inner Pages Do [...]]]></description>
			<content:encoded><![CDATA[<p>If you want or need to place advertisements or anything else, only on the front page of your WordPress blog,  you either must have access to edit the current theme or have a plugin installed (<a href="http://wordpress.org/extend/plugins/exec-php/" title="Exec-PHP Plugin" target="_blank">Exec-PHP Plugin</a>, <a href="http://www.samsarin.com/blog/2007/03/10/samsarin-php-widget/" title="Samsarin PHP Widget Plugin" target="_blank">Samsarin PHP Widget</a>) which allows widgets to accept php code.</p>
<ul>
<li><strong>Highlighted Ad on Home Page</strong></li>
<li><a href="http://theondeckcircle.net"><img src="http://sportsbloghelp.com/wp-content/uploads/2008/10/odc-home-300x247.jpg" alt="" title="TheOnDeckCircle-HomePage" width="300" height="247" class="aligncenter size-medium wp-image-16" /></a></li>
<li><strong>Inner Pages Do Not Have Ad</strong></li>
<li><a href="http://theondeckcircle.net/2008/10/the-nfl-fantasy-funbox-week-5/"><img src="http://sportsbloghelp.com/wp-content/uploads/2008/10/odc-inner-300x230.jpg" alt="" title="TheOnDeckCircle-InnerPage" width="300" height="230" class="aligncenter size-medium wp-image-17" /></a></li>
</ul>
<p>In your theme or widget wrap the code below in PHP tags and any code that you place after <code>echo '</code> and before <code>';</code> will be displayed only if it is the main blog front page, any other page will not have any of the code.</p>
<p>         <code>      if (is_home()) {</p>
<p>               echo 'PLACE HTML CODE IN HERE';</p>
<p>               } </code></p>
]]></content:encoded>
			<wfw:commentRss>http://sportsbloghelp.com/2008/10/front-page-only-ads-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

