I want to display recent comments on entries in a single channel on a landing page, but it’s showing all comments (including those from another MSM site)!
Very simple template:
{exp:comment:entries sort="desc" channel="archive_discography" limit="10"}
<div>
{name} on <a href="http://{comment_url_title_auto_path}">{title}</a>, {comment_date format="%F %j, %Y at %h:%i%a"}<br>
</div>
{/exp:comment:entries}Any thoughts on why it’s not working?