12 November 2013

How To Remove Blogger Attribution Widget

Tutorial : How To Remove Blogger Attribution Widget

Step 1 : Go to Blogger Dashboard >> Click on Template >>  Now click on Edit HTML

Step 2 : Click on Jump to widget >> From the drop down menu click on Attribution1

Now you will see the following code.

<b:widget id='Attribution1' locked='true' title='' type='Attribution'>

In the above code, replace locked='true' to locked='false'

it will look like that :

<b:widget id='Attribution1' locked='false' title='' type='Attribution'>

Step 3 : Click on Save template

Step 4 : Now go to Blogger Dashboard >> Click on Layout >>  Now click on Edit HTML

Now scroll down and find the Attribution Widget and click on Edit at the extreme right of that widget.

Step 4 : Now a pop up window will open, just click on Remove.

And thats it...

Happy Blogging!!!