• Hello,

    Is it possible to break up very long post into more than one page? I am using my WP site to post articles and tutorials. Some of which are long. So instead of having to scroll through a long page I wondered how I could break up the post in to two or more pages with navigation links so the user can click to go the next or back up the previous page.

    Thanks in advance.

    (wp 2.7, iNove)

    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • Put this into your post where you want to split the page..

    <!--nextpage-->

    Notice there are no spaces…

    Then to call the links something like this…

    <?php wp_link_pages('pagelink=Page %&before=<span class="pagelinks">Page: &after=</span>'); ?>

    Thread Starter mdelaflor

    (@mdelaflor)

    than you I will try that…

    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I break up long posts into pages?’ is closed to new replies.