I am trying to reproduce the “Most Recent Comments” listing as seen on the CP home page, using this code:
<ul>
{exp:weblog:entries weblog="{my_weblog}" orderby="most_recent_comment" sort="desc" rdf="off" dynamic="off" limit="10" disable="pagination|categories|trackbacks"}
<li><a href="http://{homepage}search/detail/{entry_id}">{title}</a></li>
{/exp:weblog:entries}
</ul>This is not displaying the most recent comments, and I can’t understand the logic by which it is displaying them. Should I be using a variant of the Comment Entries Tag?
Thanks for any pointers ... this one is a repeat posting (no response the first time out).
Mod Edit: Moved to the Technical Support Forum