I have found 2 ways of removing " powered by blogger" from your blog. When you start a blog with blogspot.com subdomain, it is ok to have this attribution but as soon as we buy a custom domain, you don't want to show this on your blog.
So, people start finding tricks to remove blogger attribution link and use their own. In this article I have 2 methods 1st is easy method and just use css style to stop showing powered by blogger attribution in your footer of blog. 2nd one require some carefulness and will remove blogger's attribution permanently from bottom of your blog.
Method 1 : easy one with css style
Step 1: Log in to your blogger's account and then open your blog's dashboard.Step 2: Click on "Template" then "Edit HTML"Step 3: You will see html code of your template now Click in that code and press the " CTRL + F" to find search string.Step 4: Type </head> in search box, this is closing tag of your html template.Step 5: Now copy below HTML code and paste it just above </html> tag.
<style>
#Attribution1 {
display:none;
}
</style>
Step 6: Save this modified template and see your modified blog without powered by blogger attribution.
Related post :
Method 2 : Unlock Method
Step 1: Login to your dashboard and head over to template > edit html.Step 2 : Open your template and press ctrl + F to find search string for this line
<b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>
Step 3: Now after finding above lines just replace locked='true' withlocked='false'. And then click on save template.Step 4: Now select layout and find attribution gadget and click on edit button.Step 5: You will see a new window open now click on remove button to successfully remove powered by Blogger attribution.Step 6: Open your blog in new window and see the working of this method.
Note : removing Blogger's attribution is not necessary and it is still not clear that this is under blogger's terms or not. Blogger is giving us free website space for our blog that's why we have to return favour with blogger's attribution.
We all know that WordPress blogs have always proudly powered by attribution and none of them are willing to remove this attribution. Thanks, enjoy with your custom attribution.
Comments
Post a Comment
Comments that are not related to this post will be deleted.
Spammers please stay away.