Hi friends,
I’m a newbie. I use the code as below and it doesnt display the “no comment” message :/ just blank. I got the info from http://ellislab.com/expressionengine/user-guide/modules/comment/entries.html but not working :/ What am I missing?
Appreciate helps! thanks a lot
{exp:comment:entries sort="asc"}
{if no_results}
There are no comments for this entry yet.
{/if}
<div class="comment">
<div class="fineprint">
<span class="comment_author">{if url} <a href="http://{url}" title="{url}"> {/if} {name} {if url} </a> {/if} </span> said on <span class="comment_date">{comment_date format="%F %d, %Y"}</span>{url}
</div>
{comment}
</div><!--/div comment-->
{/exp:comment:entries}Moved to EE 1.x Technical Support by Moderator