How to Add Adsense Ads Just Below the Post Title in Blogger

If you are using Blogger platform for your website/blog then  if you put Ads just under the post title then there are maximum chances that they will be clicked.

Its quiet easy to put your Adsense Ads just below the Post Title. Here i will show you how to do so. I am assuming that you already have an Adsense Account.

Steps to put Adsense Ads just under the post title 

Step 1: Go to the Layout of you blog. 
Step 2: Click "Edit" under the "Blog Posts".
Step 3: It will open "Blog Configure Posts". Put a tick mark in front of "Show Ads between Posts"
Step 4: Choose "1" in "Show after every __ post"
Step 5: Now choose Appropriate Format and Color Template for the Ads. I have chosen "728 * 15 " size and "Blend Color" Template as it suits best to my blog bestrix.blogspot.com .
Step 6: Save these settings and go to "Template" menu
Step 7: Click on Edit HTML to edit the template of your blog. Expand Widget Templates by using a tick mark in front of that option.
Step 8 :Search for following code :
<b:if cond='data:post.includeAd'>
          <b:if cond='data:post.isFirstPost'>
            <data:defaultAdEnd/>
          <b:else/>
            <data:adEnd/>
          </b:if>
          <div class='inline-ad'>
            <data:adCode/>
          </div>
          <data:adStart/>
        </b:if>

Step 9: Cut it and paste it above :
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>
      <data:post.body/>
      <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>

Step 10Now your Ads are placed at right location, just under the post title.

Share this Article :
Email

No comments:

Post a Comment