All you have to do is create an ad unit on Google Adsense website, get the ad code and prase it here i.e. changing the ad code HTML to XML. Otherwise your ad will not work.
Why place an Ad below your post title is necessary?
Below the post title is the position with the highest CTR (click-through rate). In other words the ad placed there will have the highest number of clicks and hence earn the most money from your blog.
Get the Ad code from your adsense account, preferable either a 300x250 Medium Rectangle or 336x250 Large Rectangle ad unit.
Parse the ad code in a parser to escape special characters in the code. The ad won’t appear if you don't prase the ad code.
Copy the parsed code.
Now follow these steps:
Login your Blogger Account
Click on Design >> Edit HTML
Check the “Expand Widget Templates” box.
(Important!)Download your full Template in case you screw up somewhere.
Then find the following code(Ctrl+F)
<data:post.body/>
Paste your parsed adsense code on top/below of it.
And you'll have:
Your ad code
<data:post.body/>
or
<data:post.body/>
Your ad code
<data:post.body/>
Your ad code
That's it! It's easy.
One more thing, your ads will display below post titles on all pages(home page and individual post pages). If you wish for it to be applied just on post pages, add the following lines of code:
<b:if cond='data:blog.pageType == "item"'>
Place your ad code here
</b:if>
<data:post.body/>
0 comments
Thank you