How To Add Adsense Ads Below Post Title in Left, Right and Center Sides

Now this guide will teach you How To Add Adsense Ads Below Post Title in Left, Right and Center Sides in very easy steps. These tricks are very useful for those who want to earn more with adsense. There are many ways to optimize your adsense ads units but doing it professionally is not easy. Always! keep in mind that if you have placed your adsense ads professionally using our guides then you can earn more than you think. With some coding we can easily do it. So go ahead and learn amazing tricks for positioning the adsense ads below post title at Left, Right and Center Sides.
How To Add Adsense Ads Below Post Title in Left, Right and Center Sides

First: How You Can Add Adsense Ads Below Post Titles ?

1. Go to blogger.com > Select your blog
2. Go to its Template section > Edit HTML
3. Click anywhere in coding and press Ctrl+F ( a search bar will appear)
4. Now search for this code  <data:post.body/>
  • Wait now customization is required so read below for other coding and add your adsense ads in any side of below titles.

Add Adsense Ads in Left Side of below Blog Post Title

As you search <data:post.body/> in step 4 now its time to add adsense ads unit before/above searched code. If you want to show adsense ads below post title at the left side then use below coding.

Copy below coding and paste above/before <data:post.body/>
<div style="float: left; margin: 5px 5px 5px 0;">
Your Adsense Code Goes Here
</div>
That's all save your template.

Add Adsense Ads in Right Side of below Blog Post Title

If you want to show your adsense account ads below post titles at the right side then use below coding and do it yourself.

Copy below coding and paste before/above <data:post.body/>
<div style="float: right; margin: 5px 5px 5px 0;">
Your Adsense Code Goes Here
</div>
That's all now save your template.

Add Adsense Ads in Center of below Blog Post Title

This also a best trick for those want to use bigger size ads units for adsense. If you want to show adsense ads below post title and at center position then follow the steps written below.

Copy below coding and paste before/above <data:post.body/>
<div style="text-align: center; margin: 5px 0 5px 0;">
Your Adsense Code Goes Here
</div>
That's all the magic now save your template.

Customization

This is pretty easy to do trick. Now you only have to replace your adsense ad unit code with
Your Adsense Code Goes Here to work fine. NOTE without replacing ads can't shown in your blog.

A problem will persists while adding above codes to your blogger template, that is after doing all the steps accordingly ads not shown. Just try to search for <data:post.body/> twice, because there are more than one <data:post.body/> tags in many blogger templates. So! try to find one that works for you. Stay blessed.