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

    (@bestwebsoft)

    Hi,

    To display pagination block in multipage posts, please complete the following:
    1) Make sure that the post content is divided in the text editor (for example, with <!–nextpage–> shortcode);
    2) To appropriate template of your theme (single.php or content.php, etc/) which is responsible for your post displaying, add the following code to the necessary place (here is an example https://prntscr.com/a5cwn9.):

    if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'multipage' );

    3) Save the file and check a result.

    Sincerely,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

    Sincerely,
    BestWebSoft Support Team

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