{tocify} $title={Table of Contents}
3 ways to place an ad below post title:
1. New blog post method
AdSense ad is placed below the post title, within the article before the first paragraph. This is done through the New Post Editor by switching to HTML view and inserting the ad code in each post.
2. Premium Template method
Some premium templates, for example this blog's, are designed to allow ads to be placed at this spot.
3. Theme's HTML method
Alternatively, you can use Blogger's theme HTML editor in the theme settings. Adding the ad code here will display it on all posts and only needs to be done once.
How to add adsense ad code into Blogger's theme HTML
In the HTML editor, find the following code:
<b:includable id='postBody' var='post'>
If there are multiple instances of this code, look for the second one. Directly under the code above, add you adsense code.
If you do not want the ad to show on certain page(s), use the following code instead:
<b:if cond='data:blog.url != "your page url" and data:blog.url != "your second page url"'>
<!-- Your Ad Unit Code Here -->
</b:if>
For example:
<b:includable id='postBody' var='post'>
<b:if cond='data:blog.url != "https://ping1xx.com/p/blog-sitemap.html"'>
<!-- Your Ad Unit Code Here -->
</b:if>
The ad will not display on this url.
Read also:
Improve AdSense Auto In-page Ads Margin Spacing
How to Create a Simple HTML Sitemap