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>
Related posts:
- How to Display Adsense Ads On Individual Post After post title
- After Post Content Before Footer Credits
- Display Ads after Footer Credits
- Place AdSense Ad Unit In Various Positions
- Decide where to Place ads to Increase Advertising Revenue with HeatMap WordPress Plugin
- Post and Receive Voice Messages in your Blog
- Make Post to your Blog from mobile
- Post Twitter updates and retrieve your Twitter timeline via cell phone
- Post messages on twitter of more than 140 characters
- AdSense Ads for RSS Feeds – Coming Soon.
|
|

Comments on this entry are closed.