Blogger Tips and TricksLatest Tips And TricksBlogger Tricks

S.H.B SEARCH

How To Remove Blogger Attribution Gadget (Powered by Blogger)

No comments :

Steps To Remove Attribution Widget on Blogger Blogs.

1) Go to Blogger Dashboard => Template tab => Edit HTML tab (New Blogger Interface) or Go to Blogger Dashboard => Design tab => Edit HTML tab (Old Blogger Interface) and click on Expand Template Widgets check box

2) Search for the code below
in your template. Use ctrl + F to locate it
<b:widget id='Attribution1' locked='true' title='' type='Attribution'> 


3) Once you find  the attribution code, change “true” on locked to “false” as shown in the image below

Blogger-Attribution-Removal



4) Save your template.



5) Go back to Design => Page Elements to check your success. The widget lock command has been disabled, so you can now move, edit and remove the widget.

blogger-attribution-with-remove-option


6) With the remove button available, you can now remove the attribution widget from your blog.


OR


1. Go to Template ==> Edit HTML and and click on Expand Template Widgets check box

2. Click Ctrl+F and search for Attribution1 in your templates.

3. Then you should see some like the one shown below in your template:
<b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != &quot;&quot;'>
        <data:attribution/>
      </b:if>
    </div>
    <b:include name='quickedit'/>
  </b:includable>
</b:widget>


4. Remove all the code except the one you see in red.

Finally, view your blog and see the changes. That’s all.

No comments :

Post a Comment

Place Your Comments Here.....