How To Add Google Adsense Ads Below Post Title In Blogger Blog

How To Put Adsense ad Below Post Title In Blogger:
  • Login To your Blogger Dashboard
  • Backup Your Current Template
  • Click On Templates -> Edit Html Button
  • Copy all the template code and paste that into notepad. (to find the below code)
  • Press Ctrl+F and search for <data:post.body/>. You might find this code more than one time but, you’ve to work with the second one.
  • Now, place the below code just above <data:post.body/>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
PLACE YOUR AD CODE HERE
</b:if>

Now, replace the PLACE YOUR AD CODE HERE with the Parsed Ad Code.
Click on Save Template button. And Enjoy

Once you’ve performed the all above mentioned steps, then open your blog and visit any your blog posts. The Adsense Ad unit placed below post title will look something like this:

Adsense Ads Below Post Title In Blogger


The AdSense ad unit will appear on the left side between article title and article content. If you don’t like ad placement and want to show it at the center or the right side, then use the below code.


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div align="center">
PLACE YOUR AD CODE HERE
</div>
</b:if>

Replace Center with Right Or Left As Your Wish.

Post a Comment

Post Your Comments

Previous Post Next Post

Contact Form