Thursday 30 August 2012

Remove Un-Removable Widgets in Blogger


Often most bloggers encounter this problem when they install 3rd party templates. But don't worry there is a simple fix for this common problem.

To do this you must have some general knowledge about HTML.

If you want to remove a widget you normally go to Dashboard -> Layout and simply delete a widget form there. But we are talking of a situation when there is no delete button for a widget.

To delete such widgets go to -

Dashboard -> Template -> Edit HTML -> Click Proceed -> Check Expand Widget Template

Now click Ctrl + F to find code b:widget id= .

Now simply find your widget and change its locked='true' parameter to locked='false'.



Now simply delete that widget from the Layout panel like you did for other widgets.



Thats it, now just enjoy the feeling ! :-)

0 comments:

Post a Comment