<?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>How To Make Money Blogging by Creating Free Content for the World with Blogs &#187; wordpress-hack</title>
	<atom:link href="http://zedomax.biz/blog/tag/wordpress-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://zedomax.biz/blog</link>
	<description>Insider Guerilla Internet Marketing</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:16:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Hack &#8211; How to Insert Ads in the Middle of Your Content!</title>
		<link>http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/</link>
		<comments>http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:03:43 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blog DIY]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[insert ads]]></category>
		<category><![CDATA[middle of content]]></category>
		<category><![CDATA[wordpress-hack]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=1113</guid>
		<description><![CDATA[The other day I showed you my latest Adsense heat map that I have been working on for 3+ years.  Mind you, that&#8217;s the only way I can give back to the community of bloggers.  It&#8217;s not going to help me in the least bit because I will have more competition but I [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I showed you my latest <a href="http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/" >Adsense heat map</a> that I have been working on for 3+ years.  Mind you, that&#8217;s the only way I can give back to the community of bloggers.  It&#8217;s not going to help me in the least bit because I will have more competition but I feel that it&#8217;s important to give back.  <a href="http://zedomax.biz/blog/great-entrepreneurs/do-you-believe-in-karma-you-should/" >Karma I call it.</a></p>
<p>Anyways, here&#8217;s how to insert ads after 1-3 sentences after your content. (Or you can change the $tcount>=1 values to something like $tcount>=3 if you want to show ads after more sentences.)</p>
<p>You can even show additional ads at the bottom of your content if your blog post is a long blog post versus short.  </p>
<p>Here&#8217;s the code that will let you insert ads at different places in your content.</p>
<p>You need to replace <strong><?php the_content(); ?></strong> in your <strong>single.php</strong> file (usually) with the following code:</p>
<p><a href="http://zedomax.biz/code/middle.txt" target="_blank" >See here for the code</a></p>
<p>The above code will print your first Adsense block after the first <strong>HTML tag p</strong>, which is usually a paragraph block or 1-3 sentences.  </p>
<p>There&#8217;s also an option to print a second Adsense block after 4 <strong>p</strong>s for longer blog posts.  This ad block won&#8217;t show unless your blog post is super long.  I don&#8217;t really use the second Adsense block much.  You can also change the $tcount>=4 to something like $count>=2 if you want your second Adsense block to show after the 2nd
<p> block.</p>
<p>There&#8217;s also many ways to customize this code such as detecting images.  For example, I used additional code to detect whether there&#8217;s an image in the very beginning of the post.  If that&#8217;s the case, I will want to show the ads under the image because I think it looks better as far as web design/usability goes.  I can have that code up too if more of you guys want it.</p>
<p>Here&#8217;s some additional <strong>div</strong> tips for styling your Adsense ads.</p>
<p>If you want to wrap to the right for 336&#215;280 ads:</p>
<pre name="code" class="php">
<div style="width:336px;height:280px;float:right;padding: 9px 0 9px 9px;">
Replace this line with Adsense code here
</div>
</pre>
<p>If you want to wrap to the left for 336&#215;280 ads:</p>
<pre name="code" class="php">
<div style="width:336px;height:280px;float:left; 9px 9px 9px 0;">
Replace this line with Adsense code here
</div>
</pre>
<p>If you want to just display ads without wrap, with Adsense left aligned:</p>
<pre name="code" class="php">
<div style="clear:both;"></div>

Replace this line with Adsense code here
<div style="clear:both;"></div>
</pre>
<p>If you want to just display ads without wrap, with Adsense center aligned:</p>
<pre name="code" class="php">
<div style="clear:both;"></div>

<center>
Replace this line with Adsense code here
</center>
<div style="clear:both;"></div>
</pre>
<p>In general, I find that wrapping your Adsense around text can be good for CTR plus look great with your overall site design.</p>
<p>At other times, I find that Adsense aligned-left with no text wrapping (with white space on the right) gets a lot better CTR.</p>
<p>Just test the different locations to see what works best for your niche.</p>
<p>Instead of putting the ad after the content, it&#8217;s simply common sense they will perform better if you put it within the context of your content and higher up on your blog post.</p>
<p>The amount of CTR increase skyrockets plus why not?</p>
<p>Of course, just make sure the overall site design and user experience are still maintained, no one wants to read ad-plastered blogs, even though I am on the very edge.  </p>
<p>Enjoy and don&#8217;t forget to share the code with other Wordpress bloggers out there!</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/" >Wordpress Hack &#8211; How to Insert Ads in the Middle of Your Content!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/category/blog-diy/" title="Blog DIY" rel="tag">Blog DIY</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/how-to/" title="how to" rel="tag">how to</a>, <a href="http://zedomax.biz/blog/tag/insert-ads/" title="insert ads" rel="tag">insert ads</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/middle-of-content/" title="middle of content" rel="tag">middle of content</a>, <a href="http://zedomax.biz/blog/tag/wordpress-hack/" title="wordpress-hack" rel="tag">wordpress-hack</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/blogging/twitter-howto-how-to-add-hashtags-to-your-blog-rss-feed-tweets-using-feedburner/" title="Twitter HOWTO &#8211; How to Add Hashtags to Your Blog RSS Feed Tweets using Feedburner! (March 1, 2010)">Twitter HOWTO &#8211; How to Add Hashtags to Your Blog RSS Feed Tweets using Feedburner!</a> </li>
	<li><a href="http://zedomax.biz/blog/twitter/twitter-diy-how-to-use-twitter-more-effectively/" title="Twitter DIY &#8211; How to Use Twitter More Effectively! (September 28, 2009)">Twitter DIY &#8211; How to Use Twitter More Effectively!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/step-by-step-money-making-guide-part-5-auctionads/" title="Step-by-Step Money Making Guide &#8211; Part 5 &#8211; AuctionAds (September 25, 2007)">Step-by-Step Money Making Guide &#8211; Part 5 &#8211; AuctionAds</a> </li>
	<li><a href="http://zedomax.biz/blog/great-entrepreneurs/radical-business-how-to-burn-bridges-in-business/" title="Radical Business &#8211; How to Burn Bridges in Business! (October 19, 2009)">Radical Business &#8211; How to Burn Bridges in Business!</a> </li>
	<li><a href="http://zedomax.biz/blog/adwords/how-to-write-better-adwords-ads/" title="How to Write Better Adwords Ads! (November 4, 2009)">How to Write Better Adwords Ads!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Step-by-Step Money Making Guide &#8211; Part 5 &#8211; AuctionAds</title>
		<link>http://zedomax.biz/blog/make-money-online/step-by-step-money-making-guide-part-5-auctionads/</link>
		<comments>http://zedomax.biz/blog/make-money-online/step-by-step-money-making-guide-part-5-auctionads/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 20:13:27 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[AuctionAds]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[dougs-blog]]></category>
		<category><![CDATA[first-page-only-hack]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript_code]]></category>
		<category><![CDATA[johnchow]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress-hack]]></category>
		<category><![CDATA[zedomax-network]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/step-by-step-money-making-guide-part-5-auctionads/</guid>
		<description><![CDATA[
Today, I&#8217;ve decided to put up some AuctionAds for Zedomax.com.  I will probably put it on all the other sites on Zedomax Network soon.
I&#8217;ve found that AuctionAds javascript code can collide with some other codes.  So just watch out.
I&#8217;ve noticed that AuctionAds only show up on the very first post of JohnChow.com.
To do [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://zedomax.biz/blog/wp-content/uploads/2007/09/auctionads.jpg" alt="AuctionAds" /></p>
<p>Today, I&#8217;ve decided to put up some AuctionAds for <a target="_blank" href="http://zedomax.com" >Zedomax.com</a>.  I will probably put it on all the other sites on <a target="_blank" href="http://zedomax.net" >Zedomax Network</a> soon.</p>
<p>I&#8217;ve found that AuctionAds javascript code can collide with some other codes.  So just watch out.</p>
<p>I&#8217;ve noticed that AuctionAds only show up on the very first post of JohnChow.com.</p>
<p>To do this, add this to your index.php right after &lt;?php the_content(&#8220;&lt;h3&gt;Continue reading&#8230; &lt;/h3&gt;&#8221;); ?&gt;</p>
<blockquote><p>&lt;?php if(is_home() &amp;&amp; $post==$posts[0] &amp;&amp; !is_paged()) { ?&gt;</p>
<p>The Javascript code here</p>
<p>&lt;?php } ?&gt;</p></blockquote>
<p>I found this hack from <a target="_blank" href="http://www.douglaskarr.com/2006/09/06/wordpress-hack-after-the-first-post-only-on-the-home-page/" >Doug&#8217;s blog</a>, thanks Doug!</p>
<p>I will report on some results after couple weeks.</p>
<p>In the meanwhile, you can put Auction Ads on your site:</p>
<p><a target="_blank" href="http://www.auctionads.com/refer_%20b30b5ddf6a441d3d5401" >Try AuctionAds</a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/step-by-step-money-making-guide-part-5-auctionads/" >Step-by-Step Money Making Guide &#8211; Part 5 &#8211; AuctionAds</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/tag/auctionads/" title="AuctionAds" rel="tag">AuctionAds</a>, <a href="http://zedomax.biz/blog/tag/content/" title="content" rel="tag">content</a>, <a href="http://zedomax.biz/blog/tag/dougs-blog/" title="dougs-blog" rel="tag">dougs-blog</a>, <a href="http://zedomax.biz/blog/tag/first-page-only-hack/" title="first-page-only-hack" rel="tag">first-page-only-hack</a>, <a href="http://zedomax.biz/blog/tag/javascript/" title="javascript" rel="tag">javascript</a>, <a href="http://zedomax.biz/blog/tag/javascript_code/" title="javascript_code" rel="tag">javascript_code</a>, <a href="http://zedomax.biz/blog/tag/johnchow/" title="johnchow" rel="tag">johnchow</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/wordpress/" title="Wordpress" rel="tag">Wordpress</a>, <a href="http://zedomax.biz/blog/tag/wordpress-hack/" title="wordpress-hack" rel="tag">wordpress-hack</a>, <a href="http://zedomax.biz/blog/tag/zedomax-network/" title="zedomax-network" rel="tag">zedomax-network</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/step-by-step-money-making-guide-part-2-dealdotcom/" title="Step-by-Step Money Making Guide &#8211; Part 2 &#8211; DealDotCom (September 22, 2007)">Step-by-Step Money Making Guide &#8211; Part 2 &#8211; DealDotCom</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/seo-hack-dont-buy-wordpress-affiliate-pro-just-get-the-link-a-dink-plugin/" title="SEO HACK &#8211; Don&#8217;t Buy WordPress Affiliate Pro, just get the Link A Dink Plugin (December 8, 2007)">SEO HACK &#8211; Don&#8217;t Buy WordPress Affiliate Pro, just get the Link A Dink Plugin</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/new-wordpress-plugin-top-trackbackers/" title="New Wordpress Plugin &#8211; Top Trackbackers (September 22, 2007)">New Wordpress Plugin &#8211; Top Trackbackers</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/google-chrome-hacks-blog-launched-today/" title="Google Chrome Hacks Blog Launched Today! (September 3, 2008)">Google Chrome Hacks Blog Launched Today!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/auctionads-vs-bidvertiser/" title="AuctionAds vs. BidVertiser! (October 5, 2007)">AuctionAds vs. BidVertiser!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/step-by-step-money-making-guide-part-5-auctionads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->