PHPackages                             ycms/wp-pagenavi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ycms/wp-pagenavi

ActiveWordpress-plugin[Framework](/categories/framework)

ycms/wp-pagenavi
================

The component of FastEcho Framework

011PHP

Since Jul 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ycms/wp-pagenavi)[ Packagist](https://packagist.org/packages/ycms/wp-pagenavi)[ RSS](/packages/ycms-wp-pagenavi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
=== WP-PageNavi ===
Contributors: GamerZ, scribu
Donate link: http://lesterchan.net/site/donation/
Tags: navigation, pagination, paging, pages
Requires at least: 3.2
Tested up to: 4.1
Stable tag: 2.87
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds a more advanced paging navigation interface.

== Description ==
Want to replace the old *&larr; Older posts | Newer posts &rarr;* links with some page links?

This plugin provides the `wp_pagenavi()` template tag which generates fancy pagination links. See the [installation instructions](http://wordpress.org/extend/plugins/wp-pagenavi/installation/) for using it in your theme.

Help to translate at .

= Build Status =
[![Build Status](https://travis-ci.org/lesterchan/wp-pagenavi.svg?branch=master)](https://travis-ci.org/lesterchan/wp-pagenavi)

= Development =
* [https://github.com/lesterchan/wp-pagenavi](https://github.com/lesterchan/wp-pagenavi "https://github.com/lesterchan/wp-pagenavi")

= Credits =
* Plugin icon by [SimpleIcon](http://www.simpleicon.com) from [Flaticon](http://www.flaticon.com)

== Installation ==

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/).
1. Activate the plugin from the Plugins menu.

= Usage =

In your theme, you need to find calls to next_posts_link() and previous_posts_link() and replace them.

In the Twentyten theme, it looks like this:

`
