If
you are using a template which is built in Blogger Template Design, then you find e
an attribution at the bottom of your blog. by default, Blogger
templates include attribution gadget at the bottom of each template.
The Attribution gadget is the gadget in the footer that says
"Powered By Blogger". If you have tried to remove this then you may
noticed that gadget is locked and you are unable to delete ,you can only add some text to the "Copyright" statement from the widget.here is the process to remove your blogger attribution........................
Steps
:
Important Notice : Always Back Up Your Templates before Making Any Changes On
it.
1. Go to Design > Edit HTML
2. Expand your Widget Template.
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 find the code similar below,
<b:section class='foot' id='footer-3'
showaddelement='no'>
7. Now change attribute value
showaddelement no to yes as below,
<b:section class='foot' id='footer-3'
showaddelement='yes'>
8. Save your template.
9. Go back and navigate to Layout tab.
10. Find Attribution element
bottom of your page.
11. Click
on Edit
12.
Now click on Remove button.
Now Attribution element
has been removed. You can add another element using basic gadgets bottom Add a Gadget link to
add custom attribution.