Comments Link on Main Page
This is for links to comments on the home page. The link shows only if there are one or more comments.
<b:includable id="commentsLink">
<!--added:-->
<b:if cond="data:post.numberOfComments > 0">
<a class="comment-link" expr:href="data:post.commentsUrl" expr:onclick="data:post.commentsUrlOnclick">
<b:include data="{ iconClass: "touch-icon" }" name="commentIcon">
<span class="num_comments">
<b:if cond="data:post.numberOfComments > 0">
<b:message name="messages.numberOfComments">
<b:param expr:value="data:post.numberOfComments" name="numComments">
</b:param></b:message>
<b:else>
<data:messages .postacomment="">
</data:messages></b:else></b:if>
</span>
</b:include></a>
<!--added:-->
</b:if>
</b:includable>
Comments
Post a Comment