erip2 / pagi

A better WordPress pagination.

Home Page:https://github.com/Log1x/pagi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagi

Latest Stable Version Total Downloads Build Status

A better WordPress pagination utilizing Laravel's Pagination.

Requirements

Installation

Install via Composer:

$ composer require log1x/pagi

Usage

Basic Usage

use Log1x\Pagi\PagiFacade as Pagi;

$pagination = Pagi::build();

return $pagination->links();

Customization

To customize the view, simply publish it:

$ wp acorn vendor:publish --provider='Log1x\Pagi\PagiServiceProvider'

To use the newly generated view:

return $pagination->links('components.pagination');

For additional configuration, check out the Laravel Pagination documentation.

Bug Reports

If you discover a bug in Pagi, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

Pagi is provided under the MIT License.

About

A better WordPress pagination.

https://github.com/Log1x/pagi

License:MIT License


Languages

Language:PHP 79.4%Language:Blade 20.6%