We have separated this tutorial into two parts in the first part we will show you how to lock widgets in blogger and in the second part we will teach you how to unlock widgets in blogger.
How to UnLock Widgets in Blogger
The very first thing you need to do is to login into your Blogger account by going to blogger.com. After logging in, select a blog and go to Template >> Edit HTML (we will prefer to first implement it on your testing blog before using it on your live site, just to keep yourself safe in case anything went not according to the plan).Now at the top of your screen you will see a “Jump to Widget” button right next to the orange save template button. It is a dropdown menu consisting of all the widgets which are being used in your template. Select any widget that you like entirely depends on you.
<b:widget id='Header1' locked='true' title='My Blogger Lab (Header)' type='Header'>
------------------------
------------------------
------------------------
</b:widget>
To unlock the widget, just replace locked='true' with locked='false',
this will command the template to unlock the gadget from the Layout
Area. (Quick Tip: A person can also remove the gadget by removing all
the code from <b:widget> to </b:widget> tags).
How to Lock Widgets in Blogger:
Since you already know a way to unlock widgets in blogger, this part
would not cause a lot of problems. Go to Blogger >> Template
>> Edit HTML and search for locked='false'. On finding it replace the False with True to lock the widget. Once everything is done save your template to finish the process sucessfuly.
0 comments:
Post a Comment