MTCommentEntry
コメント元の記事の内容を表示するためのブロックタグです。この中では記事関連のテンプレートタグを使うことができます。例えば、このタグで囲まれた MTEntryTitle タグは、コメント元の記事のタイトルを表示します。
- 使い方
<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>