Thursday 21 March 2019

How to Overcome Widgets That Can't Be Removed?



How to Overcome Widgets That Can't Be Removed -

Greetings blogger friend, back in the blog 80 Blogger will share a little tutorial on How to Overcome Widgets That Can't Be Removed.



Often the habits of novice bloggers, one of which is to change the blog template, when changing templates sometimes we often find blog templates that some of the widgets can not be deleted and this causes us to confuse and decide to replace the template again.



To overcome this here I will provide a solution for those who want to delete widgets that cannot be deleted. Here's the tutorial :



1. Login to your blogger > Select Template > Edit HTML > Look for the widget that you want to delete, for example a widget: Popular Posts



<b:widget id='PopularPosts1' locked='true' title='Popular Posts' type='PopularPosts'>...</b:widget>


Change the code marked with locked false, so it will be like this



<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>...</b:widget>


2. Then Save the template > After that go to the Layouts page find the 'Popular Posts' widget, click Edit and then click Delete'.



Now, repeat the above method if you want to remove other widgets that cannot be deleted.
Disqus Comments