Menghapus author atau email posting -->

Advertisement

Menghapus author atau email posting

Cara menghapus author postingan atau cara menghapus nama penulis di postingan , author atau penulis artikel contohnya seperti gambar di bawah ini

cara menghapus author post

 Cara menghapus atau menghilangkan email/pemilik/author posting silahkan ikuti langkah-langkahnya seperti di bawah ini :

1.Sign in ke blogger , lalu masuk ke dashboard blogger
2.Di halaman Dashboard, klik Layout/template
3.Klik Edit HTML
4.lalu Cari dan hapus Kodeseperti di bawah ini

<span class=’post-author vcard’>
<b:if cond=’data;top.showAuthor’>
<data:top.authorLabel/>
<span class=’fn’><data:post.author/></span>
</b:if>
</span>


Atau kode seperti yang di bawah ini


<span class='post-author vcard'>
              <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
                <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
                <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='publisher' title='author profile'>
                  <span itemprop='name'><data:post.author/></span>
                </a>
              </span>
    </span>

5.setelah di hapus kode seperti di atas kemudian simpan template nya
6.selesai.