How To Remove Attribution In Blogger
Attribution (Blogger) - If you observe at bottom or in widget section of your blog you will see Powered by blogger" dialouge . Nothing but a credits to blogger in blogspot platform .Some of the people want to remove it for giving a professional look to their blog . This is some what difficult task for newbie , Here is the tutorial which make easy to remove blogger attribution .
<b:widget id=’Attribution1′ locked=’false‘ title=” type=’Attribution’/>
Edit HTML :
#1. Navigate to blogger and click on template option .
#2. Now click on Edit HTML option . (Always backup your template before editing you code)
#3. Go to Attribution widget by clicking on Jump to widget tab
#4. Search for following code by using CTRL+F in keyboard .
<b:widget id=’Attribution1′ locked=’true‘ title=” type=’Attribution’/>
#5. Delete the widget and save your template .
Hide Using CSS : This way is similar to edit HTML .
#1. Go to Blog dashboard and navigate to template tab and click on Edit HTML option .
(Always backup your template before editing you code)
#2. Search code by using CTRL+F in keyboard .
]]></b:skin>
#3. Paste the below code above it .
If you like our articles ,Please share our Posts .
If you have any suggestions or querie related please feel free to leave a comment or contact us .
How To Remove Attribution In Blogger
Unlock Method :
Here in the unlock option you can simply de-activate the attribution with out removing code or editing any code in your template . This method is easy and simple way to do .
#1. Navigate to Template > Edit HTML .
#2. Search for following code by using CTRL+F in keyboard .
<b:widget id=’Attribution1′ locked=’true‘ title=” type=’Attribution’/>#4. Change The "True" word to "False" , Code look like below .
<b:widget id=’Attribution1′ locked=’false‘ title=” type=’Attribution’/>
Edit HTML :
#1. Navigate to blogger and click on template option .
#2. Now click on Edit HTML option . (Always backup your template before editing you code)
#3. Go to Attribution widget by clicking on Jump to widget tab
#4. Search for following code by using CTRL+F in keyboard .
<b:widget id=’Attribution1′ locked=’true‘ title=” type=’Attribution’/>
#5. Delete the widget and save your template .
Hide Using CSS : This way is similar to edit HTML .
#1. Go to Blog dashboard and navigate to template tab and click on Edit HTML option .
(Always backup your template before editing you code)
#2. Search code by using CTRL+F in keyboard .
]]></b:skin>
#3. Paste the below code above it .
#Attribution1 {display: none;}#4. save your template .
If you like our articles ,Please share our Posts .
If you have any suggestions or querie related please feel free to leave a comment or contact us .
How To Remove Attribution In Blogger
Reviewed by sunny
on
10:03
Rating:
That's amazing! Bro I have successfully removed Blogger attribution
ReplyDelete