How To Remove Locked Widgets in Blogger?

SOCIALIZE IT →

When we're aimed to create professional blog specially on Blogger platform it's important to take care of each and every part. Blogger Layout page is an area where we can manage widgets easily. As I already said that sometimes some templates contain locked widgets that can't be removed easily. Those widgets might contain some content which we don't want to display on our blog and here it's necessary to remove them. Removing those widgets is not much difficult for those who've knowledge of web designing and development but newbies may face problem in it. By default, there is an attribute in Blogger specially for widgets to lock and unlock them. The Blogger's widget coding like the below code.



<b:widget id='HTML1' locked='true' title='Widget Title' type='HTML'>

</b:widget>
You can see that highlighted attribution for locking widgets. If I replace "true" to "false" then the widget will become removable. So, That's the real fact behind locked widgets in blogger. Those who're interested in making blogger templates can also learn new point from it.

Remove Locked Widgets in Blogger

  • Go To Blogger >> Template >> Backup Your Template
  • Click Edit HTML >> Jump To Widget
  • Choose The Widget Which You Want To Remove.
  • Now You'll Be Jumped To That Widget's Coding.
  • Look On The Widget Coding Line, There Will Be locked='true' Attribute If It is Really Locked.
  • Just Replace true To false & Save It.
  • Now Go To Blogger >> Layout 
  • Click Edit On That Locked Widget
  • Click "Remove" Button at The Bottom.
  • That's it!

Like the Post? Share with your Friends:-