The following piece of code does not filter out the comments by channel; it displays all the comments from all the channels. Also, even though I have specified a descending sort by date, it lists the oldest comments first. Am I doing anything wrong or is there a bug in the code?
Thanks
Comments
{exp:comment:entries channel="blogs" limit="50" sort="desc" orderby="date" dynamic="off"}
”{exp:trunchtml chars="30" inline="..." }{title}{/exp:trunchtml}” by {name} on {comment_date format='%m/%d'} at {comment_date format='%h:%i %A'}{exp:trunchtml chars="50" inline="..." }{comment} {/exp:trunchtml}
{/exp:comment:entries}