Trocando 0 comentárioS por - Seja o primeiro a Comentar

Marcadores:
<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'><h4><img src="'http://URL" />
<b:if cond='data:post.numComments==0'>Seja o primeiro a comentar!<b:else/><b:if cond='data:post.numComments==1'>1 Comentário<b:else/><cond='data:post.numComments/>
<data:commentLabelPlural/>
</b:if></b:if></h4>



Agora procure o seguinte trecho de código:

<h4 id='comment-post-message'><data:postCommentMsg/></h4>



E deixe-a assim:

<b:if cond='data:post.numComments != 0'><h4 id='comment-post-message'><data:postCommentMsg/></h4></b:if>

Mudando o link da página principal

Procure pelo trecho de código abaixo:


<span class='post-comment-link'><b:if cond='data:blog.pageType != "item"'><b:if cond='data:post.allowComments'><a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/> <data:post.numComments/> <data:top.commentLabelPlural/> </b:if> </a></b:if></b:if></span>


Substitua o trecho em vermelho acima, pelo azul abaixo:


<span class='post-comment-link'> <b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.allowComments'> <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'> 1 Comentário<b:else/> <data:post.numComments/> <data:top.commentLabelPlural/> </b:if> </a> </b:if> </b:if> </span>


0 comentários:

Postar um comentário