Display Ads after Footer Credits

By Chris Martin at 2 October, 2007, 5:07 pm

In this the ad unit will appear after the credit for which the post is displayed. There is a built-in feature of “Show Ads Between Posts” in Blogger. Turn off and enable the feature will display ads between posts when view in home, index or category pages, and also at the bottom most part when view in single individual post page view.
If you want to use non-AdSense ads, you have to manually edit the template HTML to add in the ad code. Follow these steps to copy the code of your blog which you will edit further.

search for:

<p class=’post-footer-line post-footer-line-3′/>

Paste the parsed Google AdSense ad code inside

<div> and </div>

right after the above line so that it looks like below after change:

<center>
<p class=’post-footer-line post-footer-line-3′/>

<div>[parsed Google AdSense ad code]</div>
</div>
</div>
</b:includable>
</center>


Categories : Application and Software


Subscribe to RSS feed. Or, to get latest articles to your email inbox for free, enter your email address in the box below and click "Send me articles".

Related Articles



No comments yet.

Leave a comment