Latest Updates

How to Add a Widget Below First Post in Blogger

ad+1




Follow the Step :


  • Log in to Blogger Dashboard.
  • Go to Template Click on Edit HTML.
  • Now Press CTRL+F keys to open Blogger Search box.
  • Now Find Bellow Code.

<b:include data='post' name='post'/>



  • Just bellow it add this code.


<b:if cond='data:post.isFirstPost'>
<div align="center" style="margin:10px auto;">
Paste your code here that you want to show
</div>
</b:if>


Note :

  • The red text indicates to where you should paste the code of the elements (eg. AdSense ad , widget, etc )               


6 comments: Leave Your Comments