WordPress NextPage Feature

WordPress NextPage Feature

If you wanted a WordPress Page/Post broken over 3 pages you would create a single Static Page or Post with this content format:

Content for the main page.

Content for the main page.
<!–nextpage–>
Content for the second page.
<!–nextpage–>
Content for the third page.

I’ve used the above content/code for the above screenshot, created a new Static Page with title “Front Page” and pasted the above WordPress NextPage pagination code as the content (that’s all I added). As long as the WordPress theme you use includes the WP Link Pages function:

<?php wp_link_pages(); ?>

You’ll see on Page one “Content for the main page.” and below it links to Page 1, Page 2 and 3. The screenshot is the combined output of page 1, page 2 and page 3 from the Twenty Sixteen theme.

Continue Reading WordPress SEO Tutorial Home Page Archives