<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Show AdSense Ads After First or Every Post in Wordpress Blogs [How-To]</title>
	<atom:link href="http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/</link>
	<description>Orkut, MySpace, YouTube, Google, Adsense, Blogging, Linux, Window, Apple, Mobile, Firefox, Hacking ...</description>
	<pubDate>Thu, 04 Dec 2008 03:11:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Rahul Bansal</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-75589</link>
		<dc:creator>Rahul Bansal</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-75589</guid>
		<description>&lt;a href="#comment-75300" rel="nofollow"&gt;@Troy Steuwer&lt;/a&gt; -
Yep... It can be done! :-)
In above code, in step 9

replace line:
&lt;b&gt;&lt;?php if ($adcount == 1) : ?&gt;&lt;/b&gt;

with line:
&lt;b&gt;&lt;?php if ( $adcount % 3 == 1 ) :?&gt;&lt;/b&gt;&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('75589','Rahul Bansal'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-75300" rel="nofollow">@Troy Steuwer</a> -<br />
Yep&#8230; It can be done! <img src='http://www.devilsworkshop.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> In above code, in step 9</p>
<p>replace line:<br />
<b>< ?php if ($adcount == 1) : ?></b></p>
<p>with line:<br />
<b>< ?php if ( $adcount % 3 == 1 ) :?></b>
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('75589','Rahul Bansal'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Steuwer</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-75300</link>
		<dc:creator>Troy Steuwer</dc:creator>
		<pubDate>Sat, 29 Nov 2008 01:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-75300</guid>
		<description>What if you want to have an add come up every three post. Not three posts consecutively. I want my long banner ad to come up every other three posts.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('75300','Troy Steuwer'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>What if you want to have an add come up every three post. Not three posts consecutively. I want my long banner ad to come up every other three posts.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('75300','Troy Steuwer'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Bansal</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-74847</link>
		<dc:creator>Rahul Bansal</dc:creator>
		<pubDate>Tue, 25 Nov 2008 14:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-74847</guid>
		<description>&lt;a href="#comment-72152" rel="nofollow"&gt;@Peter Pan&lt;/a&gt; -
Just surround adsense codes with a DIV or P tag with attribute align="center"&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('74847','Rahul Bansal'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-72152" rel="nofollow">@Peter Pan</a> -<br />
Just surround adsense codes with a DIV or P tag with attribute align=&#8221;center&#8221;
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('74847','Rahul Bansal'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Jain</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-72451</link>
		<dc:creator>Deepak Jain</dc:creator>
		<pubDate>Sun, 09 Nov 2008 21:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-72451</guid>
		<description>&lt;a href="#comment-72194" rel="nofollow"&gt;@Peter Pan&lt;/a&gt; -
center tag.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('72451','Deepak Jain'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-72194" rel="nofollow">@Peter Pan</a> -<br />
center tag.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('72451','Deepak Jain'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Pan</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-72194</link>
		<dc:creator>Peter Pan</dc:creator>
		<pubDate>Sat, 08 Nov 2008 06:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-72194</guid>
		<description>&lt;a href='#comment-72159' rel="nofollow"&gt;@Deepak Jain&lt;/a&gt; - hi, what tag? sorry i dont know anything about html...thx&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('72194','Peter Pan'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href='#comment-72159' rel="nofollow">@Deepak Jain</a> - hi, what tag? sorry i dont know anything about html&#8230;thx
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('72194','Peter Pan'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Jain</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-72159</link>
		<dc:creator>Deepak Jain</dc:creator>
		<pubDate>Sat, 08 Nov 2008 00:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-72159</guid>
		<description>&lt;a href="#comment-72152" rel="nofollow"&gt;@Peter Pan&lt;/a&gt; -
I am not sure. But try adding the tag &lt;center&gt; before the ad, and &lt;/center&gt; at the end of the ad.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('72159','Deepak Jain'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-72152" rel="nofollow">@Peter Pan</a> -<br />
I am not sure. But try adding the tag <center> before the ad, and </center> at the end of the ad.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('72159','Deepak Jain'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Pan</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-72152</link>
		<dc:creator>Peter Pan</dc:creator>
		<pubDate>Fri, 07 Nov 2008 22:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-72152</guid>
		<description>Hi, I've added the ad below the first post only, but I would like to center the entire ad block... can someone please help? thanks.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('72152','Peter Pan'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve added the ad below the first post only, but I would like to center the entire ad block&#8230; can someone please help? thanks.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('72152','Peter Pan'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-71093</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 30 Oct 2008 17:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-71093</guid>
		<description>How to display this ad after 1 post but ONLY ON HOME PAGE not on older entries



Can you help me with that&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('71093','Sebastian'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>How to display this ad after 1 post but ONLY ON HOME PAGE not on older entries</p>
<p>Can you help me with that
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('71093','Sebastian'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Bansal</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-66224</link>
		<dc:creator>Rahul Bansal</dc:creator>
		<pubDate>Thu, 18 Sep 2008 09:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-66224</guid>
		<description>&lt;b&gt;@Geek&lt;/b&gt;
Your welcome buddy... :-)&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('66224','Rahul Bansal'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><b>@Geek</b><br />
Your welcome buddy&#8230; <img src='http://www.devilsworkshop.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('66224','Rahul Bansal'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geek</title>
		<link>http://www.devilsworkshop.org/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-65937</link>
		<dc:creator>Geek</dc:creator>
		<pubDate>Mon, 15 Sep 2008 14:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.devilsworkshop.org/2008/07/10/show-adsense-ads-after-first-or-every-post-in-wordpress-blogs-how-to/#comment-65937</guid>
		<description>Thanks!
I prefer to code these things in as well. Your guide was nice and easy to follow and I'm using it with one of my sites now.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="replyto" onclick="replyto('65937','Geek'); return false;"&gt;Reply&lt;/a&gt; &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
I prefer to code these things in as well. Your guide was nice and easy to follow and I&#8217;m using it with one of my sites now.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('65937','Geek'); return false;">Reply</a> </div>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.100 seconds -->
