MTCommentAuthor
コメントの投稿時に入力されたコメント投稿者の名前を表示します。default モディファイアを指定することで、無記名のときに表示する名前を指定できます。
- 使い方
<mt:If tag="BlogCommentCount">
<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$> から <mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry> に対するコメント</a>: <$mt:CommentBody remove_html="1" trim_to="10"$></li>
<mt:CommentsFooter>
</ul>
</div>
</div>
</mt:CommentsFooter>
</mt:Comments>
</mt:If>
モディファイア
- default="foo"
-
無記名のときに表示する名前を設定します。