MTCommentEntryID
コメントを受け付けた記事の ID 番号を表示します。MTComments タグと一緒に、記事へのリンクを付加するためなどに使います。
- 使い方
<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>
モディファイア
- pad="1"
-
桁数が足りないとき、0 で埋めて表示します。ID が 8 なら 0 を 5 つ追加し、000008 と表示されます。