<table id="sitemap" class=" layout_table" border="0">
<tbody>
<tr>
<td><!-- ウェブページを取得 -->
<p><a href="<$MTBlogURL$>">ホーム</a></p>
<mt:Pages>
<mt:PagesHeader><blockquote></mt:PagesHeader>
<p><a href="<$MTPagePermalink$>"><$MTPageTitle$></a></p>
<mt:PagesFooter></blockquote></mt:PagesFooter>
</mt:Pages>
</td>
<td><!-- ブログ名を取得 -->
<mt:Blogs include_blogs="children">
<mt:If name="__first__">
<div class="widget-blogs widget-archives widget">
</mt:If>
<p><a href="<$mt:BlogURL$>"><$mt:BlogName$></a></p>
<mt:If name="__last__">
</div>
</mt:If>
</mt:Blogs>
</td>
</tr>
</tbody>
</table>
ただし、インデックステンプレートは取得してこないので注意!
だからホームは、手動になってます。何か方法があるのか?