After upgrading your blog template you might be finding a little bit difficult to remove the blogger attribution widget from blogger layout.
Learn how you can remove this blogger attribution widget.
Learn how you can remove this blogger attribution widget.
- Login to Google Blogger
- Dashboard > Template > Edit HTML > Proceed Button
- Find "Attribution" word like the below widget
<b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
</b:section>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
</b:section>
- Change the locket from true to false like the below code
<b:section class='foot' id='footer-3' showaddelement='yes'>
<b:widget id='Attribution1' locked='false' title='' type='Attribution'/>
</b:section>
<b:widget id='Attribution1' locked='false' title='' type='Attribution'/>
</b:section>
- Save the changes
- Go to Layout > Click the Edit Link for Attribution Widget > Remove button will appear now >Remove it.
Comments
Post a Comment