Change Theme

Change Font Size

decrease size increase size

Search


Plugin: WP PageNavi


This plugin allows to have a more advance navigation of your pages in your blog.

  1. First, download the latest version of
    WP PageNavi by Lester “GamerZ” Chan
  2. Extract the file.
  3. Upload the wp-pagenavi folder to your /wp-content/plugins/ folder.
  4. Go to your WordPress admin panel » Plugins.
    Look for WP PageNavi, and activate it.
  5. On your theme index page; index.php, find the following code:
    <?php posts_nav_link(”, __(”), __(‘« Previous entries’)); ?>
    <?php posts_nav_link(‘ ‘, __(”), __(”)); ?>
    <?php posts_nav_link(”, __(‘Next entries »’), __(”)); ?>
    And replace it with this:
    <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>
  6. You’re done.

Customizing it

In order to customize your WP PageNavi, open up pagenavi-css.css under your /wp-content/plugins/wp-pagenavi folder.

To center the WP PageNavi, open up your pagenavi-css.css and add this to your CSS:

div.wp-pagenavi {
 text-align: center;
}


Leave a Comment
(will not published)
Bold Underlined Italics Quote Ext Link
:biggrin: :blank: :blush: :confused: :cool: :cute: :dead: :evil: :frown: :ouchies: :secret: :shock: :smile: :stress: :upsidedown: :wink: :yawn: :yell: :yuck: :yummy: :tv: :music: :heart: :drink: :floppy: :ahh: :aww: :duh: :eww: :grr: :hmm: :yay: :wtf: :wow: :umm: :omg: :lol: :huh: :blah: :haha: :hehe: :sigh: :rofl: :pssh: :ouch: :muah: :lmao: :iheartu:
* indicates required field