Wednesday, November 26, 2014

Cara Menghilangkan Tulisan Powered by Blogger


Apakah menghapus atau menghilangkan tulisan powered by blogger tidak melanggar TOS?

Cara menghapus atau menghilangkan tulisan powered by blogger

  • cari kode seperti ini
  • <!-- outside of the include in order to lock Attribution widget -->
  • Jika template sobat adalah template bawaan blogger maka di bawah kode tersebut akan terlihat kode seperti ini:
    <b:section class='foot' id='footer-3' showaddelement='no'>
    <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 != &quot;&quot;'>
    <data:attribution/>
    </b:if>
    </div>

    <b:include name='quickedit'/>
    </b:includable>
    </b:widget>
    </b:section>
  • Jika sudah ketemu hapus saja kode itu, akan muncul peringatan apakah sobat akan membuang widget tulisan powered by blogger tersebut. Pilih Delete daan save template

Cara menyembunyikan tulisan powered by blogger

  • Cari kode
    ]]></b:skin>
  • Jika sudah ketemu letakkan kode berikut di atas kode tadi
    #Attribution1 {
    height:0px;
    visibility:hidden;
    display:none;
    }
  • Save dan silahkan lihat hasilnya
© Template by Lakuin Ajadeh