サイトトップの最近のブログ記事が、特定のブログだけになってしまう

サイトトップの最近のブログ記事のリストが、更新された方のブログ記事だけになってしまうので、この部分の・・・
<mt:If tag="BlogEntryCount" include_blogs="children">
<mt:Entries lastn="10" include_blogs="children">

上のタグをこうしてみたら、全部のブログ記事が出た。
<mt:If tag="BlogEntryCount" include_blogs="all">
<mt:Entries lastn="10" include_blogs="all">

オマケに、サイトトップの最近のコメントが1日くらい経つと消えるので、この部分を・・・
<mt:If tag="BlogCommentCount">
<mt:Comments lastn="10" include_blogs="all" sort_order="descend">

こうしてみた。
<mt:If tag="BlogCommentCount" include_blogs="all">
<mt:Comments lastn="10" include_blogs="all" sort_order="descend">

mt:Ifの判定が、全部のブログ対象になるかどうかということか。
標準のままで上手くいかないのかなあ? これも釈然としない。
とりあえず、経過観察中。今のところ大丈夫そうだ。