Radius: Off
Radius:
km Set radius for geolocation
Search
{if $post->hasComments}

{__ 'Comments (%s)'|printf:$post->commentsNumber}

    {loopComments as $comment} {if !$comment->isNormal}
  1. htmlClass} {!$comment->htmlId('li-')}> {capture $editLinkLabel}({__ 'Edit'}){/capture}

    {__ 'Pingback:'} {!$comment->author->link} {!$comment->editLink($editLinkLabel)}

    {else}
  2. htmlClass} {!$comment->htmlId('li-')}>
    htmlId} class="comment-article">
    {!$comment->author->avatar(58)}
    {capture $replyLinkLabel}{!__ 'Reply'}{/capture} {!$comment->replyLink($replyLinkLabel)} {capture $editLinkLabel}{!__ 'Edit'}{/capture} {!$comment->editLink($editLinkLabel)}
    {if !$comment->isApproved}

    {__ 'Your comment is awaiting moderation.'}

    {else} {!$comment->text} {/if}
    {* there is no
  3. tag, it is handled by comment walker class *} {/if} {/loopComments}
{if $post->willCommentsPaginate} {/if} {if $post->hasCommentsClosed}

{__ 'Comments are closed.'}

{/if} {/if} {commentForm}