Hi there,
i’m really new to EE and would like to know how to display the latest comments on each of my weblog’s category.
currently i have this code :
<ul class="comments">
{exp:comment:entries sort="desc" orderby="date" limit="3" dynamic="off" category="5"}
<li class="clearfix">
<span class="comment">{comment}</span>
<span class="user"><strong>{name}</strong> on <a href="http://{comment_url_title_auto_path}">{title}</a></span>
</li>
{/exp:comment:entries}
</ul><!-- comments -->But it doesn’t work
Thank you for your help on this one