Here I assume that you are using the blogger beta and not on the classic one. It’s been a long time now that blogger has moved to beta. There is no reason for you to remain on classic version now.

You want to show adsense ads on sidebar of the home page of your blogger blog and not on the other pages OR you want to show adsense ads on all pages except the homepage of your blogspot blog. Here is what you can do-Add a Blogger Gadget

  1. LogIn to the blogger dashboard. Go to Layout. Say you want to show ad on the left sidebar top. Click on “Add a Gadget” on LHS of layout and enter your adsense code. 
  2. Now go to Edit HTML. Scroll down and locate left sidebar. You will find something like this- Adsense ads only on homepage
  3. Copy the name of the first widget. In my case it is HTML6.
  4. Now click on Expand Widget Templates (given on top right) and search the name you have copied in the above step. Adsense ads on home page  
  5. You will find a similar code except what is in the red box above. Copy and paste 
    <b:if cond='data:blog.pageType == &quot;index&quot;'>

    and

    </b:if>

    , EXACTLY at the same place as shown in the image above.

  6. If you want to show ads on all pages except on the home page then copy and paste this
    <b:if cond='data:blog.pageType != &quot;index&quot;'>

Save Template’ and you’re done.

Gozar!

Pin It on Pinterest

Share This