Tuesday 11 June 2013

How To Remove Powered By Blogger Attribution From Blog? | Blogger Tips and Tricks | Blogger Tricks | Widgets and SEO Tips

How To Remove Powered By Blogger Attribution From Blog? | Blogger Tips and Tricks | Blogger Tricks | Widgets and SEO Tips

Today's post is based on a very basic tutorial on how to remove Powered by blogger attribution from blogger blog. It may be basic information but every newbie blogger will be keen to know it. Powered by blogger link at footer is a copyright field to blogger. It's optional to keep in your blog. You can remove it if you don't want to give credit to blogger. Mostly bloggers remove this attribution from their blog to make their blog more professional. There are three ways that you can follow to remove this attribution from your blog. So, let see those 3 ways one by one.
Note: Please follow any one way to remove blogger attribution.

You might also like to read this post:


Remove Powered by blogger Attribution


Below I am listing all the three ways that can be use to remove powered by blogger link from blogger blog easily. Let see all of them one by one.

Edit HTML Method

  1. Go To Blogger Dashboard.
  2. Backup your blogger template before doing any changes.
  3. Click Edit HTML ---> Proceed ---> Expand Widget Templates.
  4. Press Ctrl+F and find the below code.
  5. <b:widget id='Attribution1' locked=' true' title='' type='Attribution'/>
  6. Once you find that code, remove the attribution section code carefully. See below screenshot.
  7. attribution code
  8. Click on Save Template button. You will get a message that asks you to keep or delete the widget. Press delete widget button and save the template.
  9. Done!

Unlock Method


By default the attribution gadget is locked means you can't directly remove it because the remove is missing while you try to remove it by edit option. So, we will unlock it that add remove button in the gadget edit box. To unlock the gadget follow these steps.
  1. Search the below code:
  2. <b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
  3. Now change the red colored true to false. Once you change the code will look like this:
  4. <b:widget id='Attribution1' locked='false' title='' type='Attribution'/>
  5. Save your template.
  6. Now Go to layout and find the attribution widget.
  7. Click on edit link and press the remove button
  8. Done!

Hide using CSS

  1. Go to your template edit HTML
  2. Find this code: ]]></b:skin>
  3. Paste the below code above that code.
  4. #Attribution1 {display: none;}
  5. Save the template and you are done!

Need Help?


These were the three ways which can be used to remove powered by blogger attribution from blogger blog footer. I tried my level best to make this tutorial as easy as possible. If still you need any help, then please write a comment below this post. I will happy to help you. Thanks!