Mediaturner.com

This site will continue to grow with a collection of tips, articles,resources on numerous topics and areas of interest.

  • Home
  • Archives
  • Privacy Policy
  • Links
  • About
  • Contact
  • WordPress
  • Downloads
  • Videos
RSS FeedSubscribe to RSS feed!
RSS CommentsSubscribe to RSS Comments!

Subscribe via EmailSubscribe through Email

Recent Post

  • Forza 4 – My first Paint and Decal designs
    Forza 4 – My first Paint and Decal designs
    on 5th Nov 2011 in Videos
  • AVG Free Edition
    AVG Free Edition
    on 15th Apr 2011 in Downloads
  • Display Related Post In WordPress Without Plugin
    Display Related Post In WordPress Without Plugin
    on 13th Mar 2011 in WordPress
  • The best free graphic editing software
    The best free graphic editing software
    on 3rd Feb 2011 in Downloads
  • CCleaner optimizes Windows to run faster
    CCleaner optimizes Windows to run faster
    on 12th Dec 2010 in Downloads

Recent Comments

  • Sabrina: Great tutorial, I found it ver
    on How to split WordPress post into separated pages

Archives

  • November 2011
  • April 2011
  • March 2011
  • February 2011
  • December 2010
  • November 2009

Most Popular

  • Forza 4 – My first Paint and Decal designs
  • Display Related Post In WordPress Without Plugin
  • How to split WordPress post into separated pages
  • AVG Free Edition
  • CCleaner optimizes Windows to run faster

Featured Video

Categories

  • Downloads
  • Videos
  • WordPress

Tags

    Gaming Anti-Virus WordPress Tutorials Windows
Home » WordPress » How to split WordPress post into separated pages

How to split WordPress post into separated pages

Most Internet readers do not read a website page as they would a book, so the shorter the better. Even if this means separating or splitting the posts into 4 or 5 pages. Even if search engine optimization is not your goal, it is still a good idea to keep your articles length between 200 to 500 word for your reader’s sake. They are likely to not finish reading your page if it is any longer. This could leave them with only half of the information you wanted them to have or leave them with the impression that your site is too “wordy”.

In this lesson, I will show you how to split your article or post into several pages by adding an additional code into your single.php and your post. Here’s the steps, but first I recommend that you back up your single.php before doing any changes.

Locate and open your single.php and find this code:

<?php the_content(); ?>

Next insert the code below right after it:

<?php wp_link_pages(array('next_or_number'=>'next', 'previouspagelink' => ' «Previous Page ', 'nextpagelink'=>' Next Page»')); ?>

The code should look exactly like this:

<?php the_content(); ?> <?php wp_link_pages(array('next_or_number'=>'next', 'previouspagelink' => ' «Previous Page ', 'nextpagelink'=>' Next Page»')); ?>

Update your single.php file or save it.

Next go to Write panel in your WordPress admin, and switch to the Code view (if you are using the Visual view) and then enter the following code below to wherever you want to break the post up into a new page.

<!--nextpage-->

Publish your article, this will create a Next and Previous post links guide for your visitor , shown like this:

Post into separated pages navigation

More reading:
For more details, check out Styling Page-Links at Codex.

November 14, 2009 | Posted by Ninetto | WordPress | 1 comment 
Tags: WordPress Tutorials

Related Posts

If you enjoyed reading this article, please check out other articles below:

Display Related Post In WordPress Without Plugin

Display Related Post In WordPress Without Plugin
Installing lot’s of plugins makes your blog attractive, but can be a security issue and may become outdated. In this article, I will show you how to add related post without a plugin. The ...

How to hide WordPress Version to Improve Security

How to hide WordPress Version to Improve Security
One of the easy ways hackers can determine if your website can be easily compromised is to look at Wordpress version. It is because as Wordpress.org publishes a new version, it will state an update ...

Comments

One Response to “How to split WordPress post into separated pages”
  1. Sabrina says:
    December 3, 2009 at 8:44 pm

    Great tutorial, I found it very helpful.

    Reply

Leave a Reply

Click here to cancel reply.




Copyright © 2012 Mediaturner.com · All rights reserved · Powered by WordPress & Tim Hortons · Log in