カテゴリー内の記事が増えていくと、カテゴリー・アーカイブが長くなってしまいます。
そこで、1ページに表示できる記事数を制限して、次のページが作成できるようにカスタマイズしてみました。
--------------------------------------------------------------------------------------------------
<MTPageContents count="3">
<mt:Entries><mt:Ignore>
<!-- Use the Entry Summary module for each entry published on this page -->
</mt:Ignore>
<$mt:Include module="ブログ記事の概要"$>
<$MTPageSeparator$>
</mt:Entries>
</MTPageContents>
<div class="content-nav">
<MTIfPageBefore>
<$MTPageBefore delim="前の5件"$>
</MTIfPageBefore>
<MTIfPageNext>
<$MTPageNext delim="次の5件"$>
</MTIfPageNext>
--------------------------------------------------------------------------------------------------





