Post

Change Credit Link "Powered By Blogger" In Blogspot

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 

    1. On blogger, click template and edit html
    2.  Find this code (Ctrl + F) “<!-- outside of the include in order to lock Attribution widget –>”
    3. change “lock” to “unlock”
    4.  If done, find this widget “<b:widget id=’Attribution1’ locked=’true’ title=’’ type=’Attribution’>”
    5. change “true” to “false”
    6. And save template.
    1. Click to layout
    2. Remove the widget attribution
    3. Add new widget and change to html/javascript
    4.  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.