Pages

20170625

How to Insert Ads Between Post and Comment in Simple Theme Blogger

One of the best places to put ads is between post and comment. If you're using Blogger's Simple Theme, here's how to do it.

Go to Theme.
Click on Edit HTML.
Click your mouse anywhere inside the box.
Press Ctlr + F to pop out the search bar.
Search for "post-footer-line-3".

You' ll see  <div class='post-footer-line post-footer-line-3'>.
Insert the following code below the last </div> or before </b:includable>.

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

<insert your google adsense parse code here>

<b:include data='post' name='comments'/>
</b:if>

Don't forget to save the template.

2 comments: