1. Log in to your blogger account and go todashboard
>> Layout >> Edit HTML
2. Check THE "Expand Widget Templates" and find this code
3. Replace above code with this below code.
4. Now find <date:post.body/> tag. Paste below code after this tag.
5.done.
>> Layout >> Edit HTML
2. Check THE "Expand Widget Templates" and find this code
<b:if cond="data:post.includeAd">
<data:adend>
<data:adcode>
<data:adstart>
</data:adstart>
</data:adcode>
</data:adend>
</b:if>
3. Replace above code with this below code.
<b:if cond="data:blog.pageType != "item"">
<b:if cond="data:post.includeAd">
<data:adend> <data:adcode>
<data:adstart>
</data:adstart>
</data:adcode>
</data:adend>
</b:if>
</b:if>
<b:if cond="data:post.includeAd">
<data:adend> <data:adcode>
<data:adstart>
</data:adstart>
</data:adcode>
</data:adend>
</b:if>
</b:if>
4. Now find <date:post.body/> tag. Paste below code after this tag.
<b:if cond="data:blog.pageType == "item"">
<b:if cond="data:post.includeAd">
<data:adend>
<data:adcode>
<data:adstart>
</data:adstart>
</data:adcode>
</data:adend>
</b:if>
</b:if>
<b:if cond="data:post.includeAd">
<data:adend>
<data:adcode>
<data:adstart>
</data:adstart>
</data:adcode>
</data:adend>
</b:if>
</b:if>
5.done.
3 comments
Using this trick you can see very positive effect on your AdSense earning. This is a great tutorial which will multiply your current click through rate and add a new boom to your over all AdSense earning.Thanks
website design
Why and not
I meant why
data:adEnd
data:adCode
data:adStart
and not
data:adStart
data:adCode
data:adEnd
Post a Comment