注目しているユーザーのアクションのうち、コメント投稿を一覧するブロックタグです。このMTタグの中では、コメント関連のテンプレートタグを使用できます。
使い方
<h2>Comments by people <$mt:AuthorName escape="html"$> ♥s</h2> <ul> <mt:AuthorFollowingComments> <li> "<$mt:CommentBody words="40"$>..." by <$mt:CommentAuthorName escape="html"$> <mt:CommentEntry> on <a href="<$mt:EntryPermalink escape="html"$>"> <$mt:EntryTitle escape="html"$> </a> </mt:CommentEntry> </li> </mt:AuthorFollowingComments> </ul>
モディファイア
- lastn="
N
" -
出力するコメントの件数を制限します。lastn モディファイアは、つねに降順 (新しいものから古いものに並ぶ) で処理します。
初期値 (このモディファイアを指定しないときに設定される件数) は 20 件です。
- limit="N"
-
lastn
モディファイアがコメントの作成日順に指定件数表示するのに対し、limit
モディファイアは、指定された条件でフィルタリングした結果を指定数を最大件数として表示します。値に auto を指定した場合、[ブログの設定] で設定した表示件数または、日数分で出力します。
- sort_order="ascend | descend"
-
lastn
モディファイアの無い状態で、並べる順序を指定します。ascend を指定すると昇順 (新しいものが下)、descend は降順 (新しいものが上) です。初期値は descend です。
MTAuthorFollowingComments と関連のあるテンプレートタグ (19)
- MTActions
- MTActionsComment
- MTActionsEntry
- MTActionsFavorite
- MTActionsFooter
- MTActionsHeader
- MTAuthorCommentResponses
- MTAuthorComments
- MTAuthorFollowers
- MTAuthorFollowersCount
- MTAuthorFollowing
- MTAuthorFollowingComments
- MTAuthorFollowingCount
- MTAuthorFollowingEntries
- MTAuthorFollowingFavorites
- MTAuthorFollowLink
- MTAuthorIfFollowed
- MTAuthorIfFollowing
- MTAuthorUnFollowLink