In this post i am going to explain that how to place google ads or any other ads after the post title. Placing your ads after the title will bring you more Click through rate(ctr). You can also follow these same steps to place any other gadgets after the post title.
Remember one thing before placing your ads by this steps you have to encode your adsense ads. After that your code will be ready to place at your template.
Step 1: Go to your dashboard-->Template-->Edit HTML-->Expand Widget Templates.
Step 2: Search for <div class='post-body'>
or
<div class='post-body entry-content'> (Click Ctrl+f to search).
Step 3: Now after this found line place the following code.
<b:if cond='data:blog.pageType == "item"'>
Your adsense code
</b:if>
You can also make your adsense to float for that use the following code.
<b:if cond='data:blog.pageType == "item"'>
<div style='float:left; margin-right:15px;'>
Your adsense code
</div>
</b:if>
Here you can change the value left to right to float your ads at the right side.
Replace Your adsense code with your coding.....
Now save your template.
NICE article guys
ReplyDeletethis info is very useful by me
thanks