MTCommenterName
コメント投稿者名を表示します。
- 使い方
<mt:Entries>
<div class="entry-<mt:EntryID>">
<a href="<$mt:EntryPermalink$>"><$mt:EntryTitle$></a>
<mt:Comments>
<mt:CommentsHeader>
<div class="section" id="comment">
<div class="<$mt:CommentEntryID$>">
<$mt:EntryCommentCount singular="1 Comment" plural="# Comments" none="No Comment"$>
</div>
</mt:CommentsHeader>
<span class="comment<$mt:CommentOrderNumber$>" id="c<$mt:CommentID$>"><a href="<$mt:CommentLink$>"><$mt:CommenterName$></a></span>
<mt:CommentsFooter>
</div>
</mt:CommentsFooter>
</mt:Comments>
</div>
</mt:Entries>