カテゴリと月別アーカイブのページ分割プラグイン

MT5.0b3のカテゴリアーカイブと月別アーカイブのページ分割だが、プラグインPageButeで解決。(静的ページのみ)
小粋空間様よりテンプレ改変のタグを、プラグイン作者の株式会社スカイアークシステム様よりこのPageButeプラグインをダウンロードさせていただきました。感謝。
青字が追加記載。赤字の数字を変更すれば、このコンテントナビに表示させるページ数を変えることができる。

<mt:pageContents count="10">
<mt:Entries>
<mt:Ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:Ignore>
<$mt:Include module="ブログ記事の概要"$>
<mt:pageSeparator />
</mt:Entries>
</mt:pageContents>
<div class="content-nav">
<mt:ifPageBefore>
<span><$MTPageBefore delim="&#65308;"$></span>
</mt:ifPageBefore>
<mt:pageLists />
<mt:ifPageNext>
<span><mt:pageNext delim="&#65310;" /></span>
</mt:ifPageNext>
</div>