Allow Post Pagination

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25218
    Zetland
    Participant

    Hello Support,

    I currently have a very long post that I’d like to split into several pages. The standard way of doing this is to add:

    <!–next page–>

    to the areas where you want to break the page. However, this isn’t working. As this guide tells us, we want to add this code to single.php if the ‘next page’ shortcode isn’t working:

    <?php wp_link_pages(); ?>

    However, I can’t find the right place to put it. Where am I going wrong here?

    Thank you

    #25219
    Zetland
    Participant

    Or would you recommend some other method for breaking up long posts?

    #25228
    Veena
    Moderator

    Try typing the <!--nextpage--> tag manually on the WordPress text editor instead of copying it from web pages or anywhere else.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.