The ads will appear below post title but above and before the start of blog content. In this trick the ad unit does not float but instead been place at the center without wrapping, and thus pushing content below it.
Search for the line of:
<p><data:post.body/></p>
Paste the parsed Google AdSense ad code(copy from this post) inside
<center>
<div> and
</div>
</center>
right before the above line so that it looks like below after change:
<div class='post-header-line-1'/>
<div class='post-body entry-content'>
<center>
<div>
[parsed Google AdSense ad code]
</div>
</center>
<p>
<data:post.body/>
</p>
<div style='clear: both;'/>
<!– clear for photos floats –>
</div>
Place Ads after Post Title or Before Post Contents
Posted byChris Martin at 10/02/2007 09:13:00 PM
Labels: Adsense Tips, Google Adsense
Subscribe to:
Post a Comment