![]() |
| Lock And Unlock Widgets |
It is very difficult to arrange Layout with Blogger, as they have so many limitations. I think you may also came across so many layout arrangement problems. In this post i am posting one solution for one of the main problems, that a blog maker is facing from Blog-spot. You can see some of the Widgets in Blogger will not have remove options. Actually the "Remove Option" is locked in the widget. Today you just remove the widgets you want by going through this tutorial.
# Step 1 :
Select the Name Widget you want to delete from " Layout " tab in the blogger. Copy the name of the Widget.
![]() |
| Before Unlocking Blogger Widget |
You may also like : Blogger Tutorials
# Step 2 :
Open " Edit Html " from the Template and using " Ctrl + f " find the name of the widget in Html Editor. There you can find a code like below.
<b:widget id='Widget-Name' locked='True' title='Widget-Title' type='HTML'>
# Step 3 :
Edit the Above code as below : or change 'True' To 'False'.
So your code will look like
<b:widget id='Widget-Name' locked='false' title='Widget-Title' type='HTML'>
![]() |
| After Unlocking Widget |
Now you can see the "Remove" option in the widget.
Remove Locked Widget From Blogger
That's it, have enjoyable editing your blogger Html.
Locked widgets in blogspot cause difficulty to blog makers around the globe. This post tells about how to remove locked widgets in blogger / blogspot.
See Also - How To Tutorials
Delete locked widget from blogger.



This is cool, i never imagined this could be possible, it has made me condemned quite a good number of themes in the past.
ReplyDeletehm... everything is possible man ! :)
Delete