ページナビゲーション導入
ページナビゲーション導入
アーカイブ (archive.php)を編集
<div class="navigation">の下記を削除
<div class="txtalignleft"><?php next_posts_link('« Older Entries') ?></div>
??????????? <div class="txtalignright"><?php previous_posts_link('Newer Entries »') ?></div>
変わりに下記を上書き
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
参照サイト
http://wordpressgogo.com/plugin/plugin_wp_pagenavi.html
ページナビゲーションの設定は、管理メニューの設定にあるPageNaviから行う。
と書いているが設定が。。
管理メニューの設定にあるPageNaviが出てこない。。。。(?_?)