MTBlogs
システムに登録されているブログの一覧を表示するためのブロックタグです。
使い方
<div class="widget-blogs widget">
<h2>ブログ一覧</h2>
<ul>
<MTBlogs>
<li><a href="<$mt:BlogURL$>"><$mt:BlogName$></a> <span class="count">[<$mt:BlogEntryCount$>]</span></li>
</MTBlogs>
</ul>
</div>
モディファイア
- blog_ids="all | children | siblings | ID"
- include_blogs="all | children | siblings | ID"
- include_with_website="1"
- exclude_blogs="ID"
-
対象のブログを指定します。詳しくは、マルチブログ機能が利用できるテンプレートタグを参照してください。
Updated on 2011-05-16, 20:10 .

