Etiketler

18 Ocak 2014 Cumartesi

Tagged Under:

Blogger Yanıtla Butonu Eklemek

By: Unknown On: 13:45
  • Share The Gag



  • Tasarım > HTML'yi Düzenle > Widget Şablonlarını Genişlet diyoruz.(Şablonunuzun yedeğini almayı unutmayın)






    CTRL + F ile aşağıdaki kodu bulun.

    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <b:include data='post' name='comments'/>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <b:include data='post' name='comments'/>
    </b:if>


    Yerine aşağıdaki kodu yerleştirin.

    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <b:if cond='data:post.showThreadedComments'>
    <b:include data='post' name='threaded_comments'/>
    <b:else/>
    <b:include data='post' name='comments'/>
    </b:if>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <b:if cond='data:post.showThreadedComments'>
    <b:include data='post' name='threaded_comments'/>
    <b:else/>
    <b:include data='post' name='comments'/>
    </b:if>
    </b:if>

    0 yorum:

    Yorum Gönder