Sunday, 13 November 2011

How to show Adsense ads below the post title of my blog

By showing Adsense ads below the post titles you can increase your ads click rate.Here i am telling you how to show Adsense ads below your blog post title.


 Instructions:
  1. Go to Dashboard > Edit HTML.
  2. Click on ‘Expand Widget Templates’.
  3. Search for <div class=’post-body’> and place your adsense code just below it.
  4. Now inside your adsense code’s <script type=’text/javascript’> and </script> , replace every occurrence of
    • < with &lt;
    • > with &gt;
    •  with &quot;
  5. You should NOT change the < and > around script type=’text/javascript’ and/script.
  6. To show your adsense only on the inner pages and not on home page, add <b:if cond=’data:blog.pageType == &quot;item&quot;’> before the adsense code and </b:if> after the adsense code. You can also add <center> tags to center align your ads.
  7. The final code should look like this:adsense-code
You have done the job now ads will be shown below the post title..........!!!

No comments:

Post a Comment