カテゴリーアーカイブにページナビ機能
投稿数も少しずつ増え、多いところは1カテゴリーで40記事程になりました。
カテゴリーアーカイブが限りなく縦に長いページになりつつあるのでページナビを表示することにしました。
[手順メモ]
- Movable TypeのPHP化
- プラグイン「MTPaginate 1.24」をDLし、[MTインストールディレクトリ]/pluginsフォルダにupload
- カテゴリー・アーカイブのテンプレートにナビ部分を記入
<MTPaginate>
<div id="pagenavi">
<MTPaginateIfMultiplePages>
<$MTPaginateNavigator style="links" format_all=" All " place_all="after" separator="|" format_current="<font color=#******><b> %d </b></font color>">
</MTPaginateIfMultiplePages>
</div>
<MTPaginateContent max_sections="8" >
<MTEntries>
・・・(略)・・・
<$MTPaginateSectionBreak$>
</MTEntries>
</MTPaginateContent>
</MTPaginate>
※1ページの記事数は「max_sections="数値"」で指定
[参考サイト] ありがとうございます<(_ _)>
きままにポロポロ : movable type 設定メモ
MT Extensions : MTPaginate 1.24

コメント