• Resolved Rebusify

    (@rebusify)


    Can we add the pagination to one specific WP page? We don’t need it for other pages, just one specific page. It’s a sitemap page that generates 100,000 entries so need a pagination for it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Thank you for contacting us!

    It is impossible to add pagination to a sitemap file.

    If you want to add pagination to a page – add the following code to a page template:

    <?php if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'custom', $second_query ); ?>

    Thread Starter Rebusify

    (@rebusify)

    Thanks for the reply. How does this code allow for pagination to one specific page? Or are you suggesting that I add that PHP code to the specific page in question?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination for 1 specific page’ is closed to new replies.