Now to my question, is there a way to have uncommented threads show "Post comment" instead of "Comments (0)" ?
I tried fiddling a little with the smarty code (I think?) but I'm not all that good with the syntax. Here's what I tried:
Code: Select all
{if $entry.has_comments}
<br/><a href="{$entry.link}#comments">{$entry.label_comments} ({$entry.comments})</a>
{else}
<br /><a href="{$entry.link}#comments">Post a comment</a>
{/if}