Hello guys today i am going to write here how to delete the attribution text in blogger blogs.
The attribution gadget is a gadget present at footer of blog and says "Powered by Blogger". The gadget is locked, when you click on the edit link of attribution gadget you will notice that there is no "Remove" link,Because the gadget is locked officially by the blogger.
Most of the blogger dislike it and ask are they allowed to remove this from their template? The answer is yes you are allowed!
Follow my instructions below to unlock and remove blogger attribution widget.
1. Go to Blogger Dashboard > Template > Edit HTML.
2. Check the "Expand Widget Templates" box
3. Click Ctrl+F for the browser Find bar to pop up.
4. Search for the code below in your template.
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
5. Now change the locked value 'true' to 'false' in the line of code.
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>
6. Now Save your template.
7. Go to Layout page.
8. Find Attribution element bottom of your page.
9. Click on Edit
10. Hit Remove button and you are done.
Now Attribution element has been removed.
The attribution gadget is a gadget present at footer of blog and says "Powered by Blogger". The gadget is locked, when you click on the edit link of attribution gadget you will notice that there is no "Remove" link,Because the gadget is locked officially by the blogger.
Most of the blogger dislike it and ask are they allowed to remove this from their template? The answer is yes you are allowed!
Follow my instructions below to unlock and remove blogger attribution widget.
Note: Always Back Up Your Templates before Making Any Changes On it.
1. Go to Blogger Dashboard > Template > Edit HTML.
2. Check the "Expand Widget Templates" box
3. Click Ctrl+F for the browser Find bar to pop up.
4. Search for the code below in your template.
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
5. Now change the locked value 'true' to 'false' in the line of code.
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>
6. Now Save your template.
7. Go to Layout page.
8. Find Attribution element bottom of your page.
9. Click on Edit
10. Hit Remove button and you are done.
Now Attribution element has been removed.
No comments:
Post a Comment