Forums
Forums / Plugin: Cleaner Gallery / Pagination
(@jefrey1983)
11 years, 10 months ago
Can it add pagination?
https://wordpress.org/plugins/cleaner-gallery/
(@narwen)
11 years, 9 months ago
This is already done. Example of usage:
[gallery numberposts="99"] <!--nextpage--> [gallery numberposts="99" offset="99"] <!--nextpage--> [gallery numberposts="99" offset="198"]
As pagination plugin I’ve used WP PageNavi, single.php theme file contain:
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi( array( 'type' => 'multipart' ) ); } ?>
The topic ‘Pagination’ is closed to new replies.