Tutorial about How to Put AdSense Ads Between Posts and Below Title In this tutorial we are going to learn HOW TO PUT ADSENSE ADS BETWEEN POSTS simple easy way to increase adsense earning,you might have observed an adsense ad below post title in most of blogs, why they prefer adding ads below the post title? because of after the post title is the place to put ads to increase (CTR) - Click to Rate } So, here we're going to share tips to Place AdSense ads between posts title and below posts
![]() |
Google AdSense |
How to Put AdSense Ads Between Posts
Steps to Place AdSense ads between posts and title
Create Google Ads
1- Go to your Google AdSense Account2 - Create a New Ad Unit :- ( for better result choose wide area ad size 300*250 medium rectangle or 336*280 Large
3- Now after click on save and get code
4 - Select Synchoronus in the code type and copy AD code
5 - you need parse this code Using HTML parse Tool to change special char. into their corresponding HTML entites,
Note :- ads won't appear if you use that code directly
6 - Now Copy and Parsed Code
Let's Put ads between posts
Tips to Put AdSense Ads Below Posts titles
Go to your blogger
but Note :- Backup your Blog Template before doing any changes in template!
Click on edit HTML button
Put cursor anywhere in template and Press CTRL+F and Search For
<data:post.body/>
Now Paste Below Code Just Above it
<b:if cond='data:blog.pageType == "item"'>
Enter your PARSE Code Here
</b:if>
Replace enter your PARSE code here with your parsed ad code.
Click on save template button.
and done!!
Note :- Based upon your template there are always chances that you will find multiple instances of <data:post.body/>
so try will all of them
once you get correct one you wull able to see ads like this
the ad below post title will appear at left...
if you want to change it to Right side or at center USE below code
<b:if cond='data:blog.pageType == "item"'>
<div align="center"> Please type this line manually. It can give you an HTML error.
Enter your Parse Code here
</div>
</b:if>
if you don't this look and want to wrap text around google ads like this
![]() |
LeftSide Ads |
then use below code.
<b:if cond='data:blog.pageType == "item"'> Done! Enjoy =) Hope you guys like our method to Put AdSense Ads Below Posts Title and Below Posts, if you like this post then please share with your friends because sharing is caring ;-) |