MTでサイドバーに全投稿の全コメントを表示する

2013.05.11

MTで通常コメントを表示しようとすると、表示しているページのコメントのみしか表示されない。
mt:Blogsにignore_archive_context=”1″で制限がなくなるようなので、これを追記することで全投稿からコメントを表示できるようになる。

            <mt:BlogID setvar="blog_id">
            <mt:Blogs include_blogs="$blog_id" ignore_archive_context="1">
            <MTEntries lastn="1" include_blogs="$blog_id" sort_order="descend">
            <mt:Comments lastn="5" sort_order="descend">
            <li><a href="<$mt:CommentLink$>" title="<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>へのコメント"><$mt:CommentBody remove_html="1" words="15"$></a></li>
            </mt:Comments>
            </MTEntries>
            </mt:Blogs>

コメントは受け付けていません。