File: /home/c1190199/public_html/wp-content/themes/directory/Templates/snippets/comments-link.php
{if $post->hasOpenComments and !$post->isPasswordRequired}
<span class="sep"> | </span>
<span class="comments-link">
{if $post->commentsCount == 0}
<a href="{$post->permalink}#respond">
<span class="leave-reply">
{__ 'Leave a reply'}
</span>
</a>
{else}
<a href="{$post->permalink}#comments">
{if $post->commentsCount == 1}
<b>1</b> {_x 'Reply', 'one reply'}
{else}
<b>{$post->commentsCount}</b> {_x 'Replies', 'more replies'}
{/if}
</a>
{/if}
</span>
{/if}