Wednesday, 16 September 2015

remove-powered-by-blogger

The blogger attribution gadget is a gadget present at footer of blog and says "Powered by Blogger" The widget is locked, when you click on the edit link of attribution widget you will warning that there is no Remove link, because the widget is locked officially by the blogger. To unlock the gadget follow my easy steps below carefully.

How to Remove this widget from your blogger blog?

  • Go to Blogger Dashboard > template > Edit HTML
  • Now Find the code shown below using [ctrl+F] in your template
<b:widget id='Attribution1' locked='true'title='' type='Attribution'>
  • Replace above codes with this codes
<b:widget id='Attribution1' locked='false'title='' type='Attribution'>
  • Now save your template and go to Layout page.
  • Click on the edit link of attribution widget.
  • Now you will see a remove link looks like image bellow.
  • Click “Remove” button to remove this widget.
  • You are done!

No comments: