2 Mayıs 2015 Cumartesi

Blogger'da Yazar/Gönderen Silme

1. Blogger giriş yapın, Şablonu tıkladıktan sonra, html ile düzenlemeyi seçin.
2. "Widget Şablonlarını Genişlet" kutusunu işaretleyin.
3. Şimdi aşağıdaki kodu arayın.



<span class='post-author vcard'>
        <b:if cond='data:top.showAuthor'>
          <data:top.authorLabel/>
            <b:if cond='data:post.authorProfileUrl'>
              <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='author' title='author profile'>
                  <span itemprop='name'><data:post.author/></span>
                </a>
              </span>
            <b:else/>
              <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
                <span itemprop='name'><data:post.author/></span>
              </span>
            </b:if>
        </b:if>
      </span>

Şimdi bu kodu silin.
Şablonu kaydedin ve sitenizi yenileyin.