Plugin info

Total downloads: 212,322
Active installs: 9,000
Total reviews: 16
Average rating: 4.8
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 1
Last updated: 11/28/2017 (2955 days ago)
Added to WordPress: 6/29/2011 (14 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 3.9.40
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2955 days ago • 16 reviews

24/100

Is WP PageNavi Style abandoned?

Possibly abandoned (last update 2955 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 3.9.40
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP-PageNavi
Rating 4.7/5 (149 reviews)Active installs 500,000
Styles For WP Pagenavi Addon – Better design for post pagination
Rating 2.0/5 (1 reviews)Active installs 2,000
Simplistic page navi
Rating 5.0/5 (1 reviews)Active installs 200
Back and Forward Button
Rating 3.8/5 (4 reviews)Active installs 100
WP-SEO-Paginate
Rating 3.0/5 (2 reviews)Active installs 80
WP Alphabetic Navigation
Rating 0.0/5 (0 reviews)Active installs 0

Description

First i will like to say thanks to Lester ‘GaMerZ’ Chan & scribu for this beautiful wordpress page navigation plugin.

To Use this plugin you must have Wp Pagenavi plugin installed on your wordpress blog.

Links: Pagination Demo

Documentation | wp pagenavi Plugin News

Installation

To use this plugin you must install wp-pagenavi plugin first.

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip the archive and put the wp-pagenavi folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin from the Plugins menu.

After you installed wp-pagenavi plugin next step is to install wp-pagenavi-style plugin.

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip the archive and put the wp-pagenavi-style folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin wp pagenavi style from the Plugins menu.

Usage

In your theme, replace code like this:

<div class="navigation">
    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
</div>

with this:

<div class="navigation">
<?php wp_pagenavi(); ?>
</div>

Go to WP-Admin -> Settings -> PageNavi for configuration.

Visit [Wp PageNavi Style Documentation] (http://www.snilesh.com/wordpress-pagenavi-style-plugin/) for more details.

Changing Style

Visit [Wp PageNavi Style Documentation] (http://www.snilesh.com/wordpress-pagenavi-style-plugin/) for more details.

Frequently Asked Questions

Installation Instructions

To use this plugin you must install wp-pagenavi plugin first.

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip the archive and put the wp-pagenavi folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin from the Plugins menu.

After you installed wp-pagenavi plugin next step is to install wp-pagenavi-style plugin.

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip the archive and put the wp-pagenavi-style folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin wp pagenavi style from the Plugins menu.

Usage

In your theme, replace code like this:

<div class="navigation">
    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
</div>

with this:

<div class="navigation">
<?php wp_pagenavi(); ?>
</div>

Go to WP-Admin -> Settings -> PageNavi for configuration.

Visit [Wp PageNavi Style Documentation] (http://www.snilesh.com/wordpress-pagenavi-style-plugin/) for more details.

Changing Style

Visit [Wp PageNavi Style Documentation] (http://www.snilesh.com/wordpress-pagenavi-style-plugin/) for more details.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.4

  • CSS issue fixed.

1.3

  • Menu Capability options changed. Pagenvi style options will be managed by administrator only.

1.1

  • Removed CSS errors.

1.0

  • First Version Of this Plugin