| 9 comments ]

Adsense can only display 3 adsenses in a page.  So, if we place adsense in sidebar, post, footer, or header, we must arrange it so that only 3 adsenses in a page.  Adsense can only display in single post, or in homepage.

To display adsense in blogger homepage only (main page), follow the steps below,

1.  Login to blogger
2.  Go to Layout --> Edit HTML.  Click on Expand Widget Template.  Find adsense widget.  For example, adsense is placed with widget id HTML3.

     <b:widget id='HTML3' locked='false' title='' type='HTML'>

3.  Add code with bold text.


     <b:widget id='HTML3' locked='false' title='' type='HTML'>
     <b:includable id='main'>
     <b:if cond='data:blog.url == data:blog.homepageUrl'>
     <div style='float: left;padding:20px 0px 40px 0'>
     <!-- only display title if it's non-empty -->
     <b:if cond='data:title != &quot;&quot;'>
     <h2 class='title'><data:title/></h2>
     </b:if>
     <div class='widget-content'>
     <data:content/>
     </div>
     <b:include name='quickedit'/>
     </div>
     </b:if>
     </b:includable>
     </b:widget>

4.  Save Template.

9 comments

Bob said... @ June 29, 2011 at 3:39 PM

Hi I think this tutorial would've been very helpful but I couldn't find the widget id you provided in this post. Is there another way I can search for the widget id? Thanks in advance.

Chathuranga said... @ July 7, 2011 at 3:44 PM

So where to put Adsense code?

Rabindra Lamsal said... @ November 28, 2011 at 8:45 AM

Thanks buddy..Worked for me..Previously I was having problem with it..But now Everything is fine.Thanks!!

Anonymous said... @ November 27, 2013 at 11:58 AM

Very гapidly this site ωill bе fаmous аmіd аll blogging users, due to it's nice posts. Τhere's certainly a great deal to learn about this topic. I really like all of the points you made.
website design

Swapnil Kharche said... @ January 27, 2015 at 4:01 PM

Thanks for Sharing this nice and awesome tips to put adsense ad on website homepage.
Regards,
Swapnil

daayur said... @ August 15, 2015 at 9:06 AM

Thanks for the ideas. it works

Tamil Arasan said... @ March 11, 2016 at 5:43 PM

This isn't working for me! The ad is displayed on all the pages!

Manfabulous Blog said... @ September 28, 2017 at 4:21 PM

I like this please share your facebook page. Please

MrifeanyisBlog said... @ January 5, 2018 at 9:54 AM

Nice one...working!

Post a Comment