Change Credit Link "Powered By Blogger" In Blogspot
Change Attribution or Credit Link “Powered By Blogger” In Default Blogspot Template ???
In previous post have discussed ‘How to remove attribution “Powered By Blogger” on default blogspot template‘.
This time will discussed how change credit link or attribution on default blogspot template, okay follow step by step:
Remove widget attribution on default blogspot template
- On blogger, click template and edit html
- Find this code (Ctrl + F) “<!-- outside of the include in order to lock Attribution widget –>”
- change “lock” to “unlock”
- If done, find this widget “<b:widget id=’Attribution1’ locked=’true’ title=’’ type=’Attribution’>”
- change “true” to “false”
- And save template.
Change Attribution or Credit Link
- Click to layout
- Remove the widget attribution
- Add new widget and change to html/javascript
- And copy paste this bellow code
<div id=’footer’>
<div class=’footer section’ id=’footer’/>
<p>
<table border=’2’ cellpadding=’1’ cellspacing=’0’ width=’100%’>
<tr>
</td>
<td align=’left’ valign=’middle’>Copyright © 2015 | My Little Notes | arief-jr.blogspot.com</a><br/>
Powered By Blogger</a><br/>My Little Notes
</td>
</tr>
</table>
</p>
</div>The result after this change, see my screenshot:
Information :
- In the mark “blue” type, change to your url blog and title blog
- In the mark “red” type, change your name or whatever.
May be useful and good luck !!!
This post is licensed under CC BY 4.0 by the author.