• I read how to split a single post up into different web pages by just typing <!–nextpage–> in the post.

    When I inserted <!–nextpage–> in the post it did cut off the post precisely where inserted.

    But, there is no trace of the second page or a link to it.

    Where do I look for the part of the original post that now should be on the second page??

    Plus, how do I put a link to the second page(s) on the first page??

    Thanks for any help you can give.

    Robert

Viewing 1 replies (of 1 total)
  • Your theme most likely does not support this functionality. You can add the following code to the bottom of the loop in you theme’s single.php file.

    wp_link_pages('before=<div id="page-links">&after=</div>');

Viewing 1 replies (of 1 total)

The topic ‘Split a single post up into different web pages’ is closed to new replies.