Recents in Beach

How to Add a Widget Below First Post in Blogger 

Follow the Steps :

  • 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>

 

Post a Comment

0 Comments