MTCommentPreviewAuthor
このタグは現在、非推奨です。MTCommentAuthor タグを使用してください。
コメントのプレビュー画面で、コメント投稿者の名前を表示します。
- 使い方
<div class="comments-content">
<mt:Comments>
<article id="comment-<$mt:CommentID$>" class="comment<mt:IfCommentParent> comment-reply</mt:IfCommentParent><mt:IfCommenterIsEntryAuthor> entry-author-comment</mt:IfCommenterIsEntryAuthor>" itemprop="comment" itemscope itemtype="http://schema.org/UserComments">
<header>
<h3><mt:IfCommentParent><span class="vcard author"><$mt:CommentPreviewAuthorLink$></span>から<a href="<mt:CommentParent><$mt:CommentPreviewURL$></mt:CommentParent>"><mt:CommentParent><$mt:CommentPreviewAuthor$></mt:CommentParent></a>への返信<mt:Else><$mt:CommentPreviewAuthorLink$></mt:IfCommentParent></h3>
<div><a href="<$mt:CommentPreviewURL$>"><time datetime="<$mt:CommentPreviewDate format_name="iso8601"$>"><$mt:CommentPreviewDate$></time></a></div>
<div><$mt:CommentPreviewEmail$></div>
</header>
<div class="comment-content" itemprop="commentText">
<$mt:CommentPreviewBody$>
</div>
<footer>
投稿元 IP: <$mt:CommentPreviewIP$>
</footer>
</article>
</mt:Comments>
</div>
モディファイア
- default="foo"
-
無記名のときに表示する名前を設定します。