offbeatwp / pagenavi
Pagenavi integration for OffbeatWP
1.1.0
2022-10-26 09:45 UTC
This package is auto-updated.
Last update: 2026-02-23 15:04:02 UTC
README
Creating a paginated view is very easy with WP-PageNavi. This service enables you to use the power of WP-PageNavi together with the power of OffbeatWP.
composer require offbeatwp/pagenavi
Add in your config/services.php:
\OffbeatWP\PageNavi\Service::class,
Usage
In you (twig-template) use:
{{ pagenavi.show(YOUR_COLLECTION) }}