MTCommentLink
投稿されたコメントへのパーマリンク URL を表示します。記事アーカイブや MTEntries ブロックタグ内の場合、以下のテンプレートの出力結果と同じ結果になります。
<$mt:EntryPermalink$>#comment-<$mt:CommentID$>
- 使い方
<mt:Comments lastn="10" sort_order="descend">
<mt:CommentsHeader>
<div class="widget-recent-comments widget">
<h3 class="widget-header">最近のコメント</h3>
<div class="widget-content">
<ul class="recent-comments-list">
</mt:CommentsHeader>
<li>
<a href="<$mt:CommentLink$>"><$mt:CommentAuthor$> commented on <mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry></a>
</li>
<mt:CommentsFooter>
</ul>
</div>
</div>
</mt:CommentsFooter>
</mt:Comments>