How to show adsense ads below the post title of post page ?

You may have noticed that some bloggers post ads directly below the post title on the post page.
Displaying ads just below the post title on the post page gets the highest page CTR.
To do so, follow the steps :

1) Login to your Google Adsense Account.
2) Then go to "My Ads".


3) Then Create a new ad unit and click on "Get Code".


4) Copy the code.
5) Then go to Design in your blogger account.
6) Click on Edit HTML and Expand Widget Templates.


7) Then find this piece of code.

       <div class='post-body entry-content'>

8) Then paste your google adsense code in the following manner.

        <div class='post-body entry-content'>

        <b:if cond='data:blog.pageType == &quot;item&quot;'>

        <YOUR AD CODE HERE>

       </b:if>

9) Also remember that, before pasting your code you need to parse your ad code otherwise it will not work.
You can parse your google ad code from here. 

And you are done. Best of luck.

Top