Add a Gadget Just Below the First Post of Blog
Blogger has its default gadget or widget position. It means where the design section allows, just there you can add gadget. Basically there are 4 positions of gadget in blogger.
- Right Gadget
- Left Gadget
- Top Gadget
- Bottom Gadget
![]() |
Add Widget below the first post |
- First of all Log in to your Blogger Dashboard, Click on template and Go to Edit HTML.
- Then Find the given code <b:include data='post' name='post'/>
- And below the above code paste the following code
<b:if cond='data:post.isFirstPost'>
<div align="center" style="margin:10px auto;">
Here goes the code of the element you want to show
</div>
</b:if>
So isn't it show simple? Note: You can paste the code in the blue text whatever you will see in this gadget. You can also change the margin and padding of this gadget.
0 comments:
Post a Comment