I’ve been trying to do the same things, but you guys lost me.
On my index page I have:
<div class="sidetitle">Recent Comments</div>
You must be a registered member <i>and</i> logged-in to post comments.<br />
<hr>
{exp:comment:entries sort="desc" weblog="{my_weblog}" orderby="date" limit="30" dynamic="off"}
On {comment_date format="%m/%d/%y"} at {comment_date format='%h:%i %A'}:<br />
<b>{name}</b> added comments to the thread: <a href="{comment_url_title_auto_path}">{title}</a>
<hr>
{/exp:comment:entries}
I’d like the link for the title of the entry to go directly to the comment its referencing. I’m just not sure where either of you guys are saying to place
<a name="#comment_{entry_id}">
Does this go on the index page, or the comment page, or both.
Sorry for being dense.