Splitting WordPress Posts InTo Multiple Pages


Using this trick you can easily split a long WordPress post in to multiple pages. First try adding <!––nextpage––> in your WordPress post and view your post. It it don’t works then open your theme’s single.php file and add the following code.

<?php wp_link_pages(); ?>

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.