Friday, February 28, 2014

Remove and Customize Blogger Attribution

Many Bloggers are using the Template by Blogger Template Designer. All of them have an attribution at the bottom of the 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".
Most of  the blogger dislike this and try to edit normally. But, the Blogger is don't allowed to fully edit or remove this widget. If you have tried to remove this then you may noticed that gadget is locked and you are able to modify only the "Copyright" statement from the widget. Fortunately, I read about "How to Remove or Customize Powered by Blogger Attribution widget" at ThingsGuide blog. So I am sharing this today. Follow me and we will make Ste-by-Step;

Steps :

Important Notice : Always Back Up Your Templates before Making Any Changes On it.
1. Go to Design > Edit HTML
2. Click Ctrl+F  and Search for the code below in your template.
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
3. Now change the locked value 'true' to 'false' in the line of code.
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>
5. Now find the code similar below,
<b:section class='foot' id='footer-3' showaddelement='no'>
6. Now change attribute value showaddelement no to yes as below,
<b:section class='foot' id='footer-3' showaddelement='yes'>
7. Save your template.
8. Go back and navigate to Layout tab.
9. Find Attribution element bottom of your page.


10. Click on Edit
11. Now click on Remove button.
Now Attribution element has been removed. You can add another element using bottom Add a Gadget link to add custom attribution.That All; Thank!

No comments: