Customizing Powered by Attribution in blogger

Copyright attribution
A-o-A! One of my friends was asking me "How to solve the issue of Copyright content?" I said, "in which part it was showing copyright issue?" She said,"it was showing at footer area, attribution same as default. how can we solve it?" Then I opened my blog and I am also surprised she was right saying. So friends I got the solution... Today we will discuss how to customize Powered by area and how can we remove from our blog default attribution and add our own copyright attribution. 
Default Attribution as shown as below
See pic below!



customize copyright attribution

How to remove default Attribution?


  • Go to blogger dashboard
  • Now go to "Template"
  • Click Edit html
  • Click "Ctrl+F"
  • And find the code given below and remove from your template.

<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
          <b:includable id='main'>
    <b:if cond='data:feedbackSurveyLink'>
      <div class='mobile-survey-link' style='text-align: center;'>
        <data:feedbackSurveyLink/>
      </div>
    </b:if>

    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != ""'>
       <data:attribution/>
      </b:if>
    </div>

    <b:include name='quickedit'/>
  </b:includable>
        </b:widget>


How to add own Attribution?

  • Go to "Edit html"
  • Click "Ctrl+F" and search for </body>
  • Paste the code just above it
  • Save the template and enjoy it.
<div id='credits'>
<div style='margin:0px auto; float:none; width:960px;'>
<div style=' margin:0px auto; padding-top:4px; width:950px; float:left;'>
<div style='float:left; word-spacing:5px;font-family: "Times New Roman",Georgia,Serif;font-size:14px;'>
<p><a expr:href='data:blog.homepageUrl'><data:blog.title/>
</a> © 2012-2014. All Rights Reserved | Powered by-<a alt='Blogger' href='http://www.blogger.com' target='_blank'>Blogger</a>Designed by-<a alt='loverboy14335' href='http://ptc-paidtoclick786.blogspot.com' rel='nofollow' target='_blank'>loverboy14335</a></p>
</div>
</div>
</div>
</div>


That's it! I hope you enjoyed it if you have any question feel free to ask.
Happy Blogging :)

4 comments:

Tech Blog © 2012-2014. All Rights Reserved | Designed by-loverboy14335