WP-PageNavi 2.30

Published by at 8:13 am under WordPress

Installation Instruction

  1. Open wp-content/plugins Folder
  2. Put:

    Folder: wp-pagenavi

  3. Activate WP-PageNavi Plugin
  4. Refer To Usage For Further Instructions

Usage Instructions

General Usage
  1. Open wp-content/themes/<YOUR THEME NAME>/footer.php
  2. Add Anywhere:

    <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>

  3. Go to ‘WP-Admin -> Settings -> PageNavi’ to configure WP-PageNavi.
  4. If you need to configure the CSS style of WP-PageNavi, open and edit:

    /wp-content/plugins/wp-pagenavi/pagenavi-css.css

Note
  • WP-PageNavi will load ‘pagenavi-css.css‘ from your theme’s directory if it exists.
    • If it doesn’t exists, it will just load the default ‘pagenavi-css.css’ that comes with WP-PageNavi.
    • This will allow you to upgrade WP-PageNavi without worrying about overwriting your page navigation styles that you have created.
Archives (archive.php)

の中の

<p align=”center”><?php posts_nav_link(‘ – ‘,’&#171; Prev’,’Next &#187;’) ?></p>

<div align=”center”><?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?></div>

に変更。

No responses yet

Comments are closed.