How to show adsense ads in the footer of the post on post page ?

You may have noticed that some bloggers post ads in the post footer on the post page.
Displaying ads in the post footer on the post page increases 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-footer'>

<div class='post-footer-line post-footer-line-1'/>


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

        <div class='post-footer'>

       <div class='post-footer-line post-footer-line-1'/>

        <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