Its very useful to earn more and good CTR ratio to display an Ad unit below first post in blogger. You can also appear any widget/gadget, picture, video and message below the first post. This tutorial will show you how to add widget below first in blogger. Why this important.? because usual widgets provided by blogger can be added only template design allow So, if you want to add a widget or ad unit below first post you must try it. Let's see how to add this useful tool in blogger.

How To Add a Widget Below First Post in Blogger Blogs

ADD A WIDGET BELOW FIRST POST IN BLOGGER BLOGS

  • Go to Blogger Dashboard > Template > Edit HTML

  • Click anywhere in the code area to find below code by pressing "CTRL+F"
  • Type or paste below code in search box
<b:include data='post' name='post'/> 
  • Add below code after above searched code
<b:if cond='data:post.isFirstPost'>
<div align="center" style="margin:10px auto;">
Paste Here the code of the widget you want to show
</div>
</b:if>
  • Replace bold green color sentence with your desired widget or adsense ad code.
  • In red are the top margins (margin-top) and the bottom margins (margin-bottom), this is in case you want the element to move towards or away from the entries, also you can add any style like a background color, border etc..
  • Preview of your blog to see everything done perfectly then save your template.

Happy Blogging.

Post a Comment

 
Top