8 Eylül 2013 Pazar

Blogger Yanıtla Butonu Eklemek




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>

Hiç yorum yok:

Yorum Gönder