Viewing 1 replies (of 1 total)
  • 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' ) ); } ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination’ is closed to new replies.