hi friends
there are some locked widget which we can't remove from
our template and some times we need to remove them for some reasons.
if you don't know how to remove locked widget from your blog then after reading this tutorial you will
be able to unlock and remove them from your blog.
So let's start without wasting more time
first of all login to blogger.com
then click on your blog title
now click template
in next page you will see your blog screen shoot customize option
and edit html option.
click on edit html button.
after loading new page you will see your blog template code
click ctrl+f and find your widget which you want to edit
your widget code look like bellow code.
edit and replace locked='true'
to locked='false'
so your widget code look like this
after editing click on save changes
now click layout
edit your widget
now you can see remove option
if you want to remove then click on remove button
if you have any question you can ask me in comments
there are some locked widget which we can't remove from
our template and some times we need to remove them for some reasons.
if you don't know how to remove locked widget from your blog then after reading this tutorial you will
be able to unlock and remove them from your blog.
So let's start without wasting more time
first of all login to blogger.com
then click on your blog title
now click template
in next page you will see your blog screen shoot customize option
and edit html option.
click on edit html button.
after loading new page you will see your blog template code
click ctrl+f and find your widget which you want to edit
your widget code look like bellow code.
<b:widget id='PopularPosts1' locked='true' title='Popular' type='PopularPosts' version='1' visible='true'>
edit and replace locked='true'
to locked='false'
so your widget code look like this
<b:widget id='PopularPosts1' locked='false' title='Popular' type='PopularPosts' version='1' visible='true'>
after editing click on save changes
now click layout
edit your widget
now you can see remove option
if you want to remove then click on remove button
if you have any question you can ask me in comments
0 Comments