TKC Sliced Post Helper

0

Help user to split WordPress post/page into multiple pages easier using WPEditor button. See more description here How to split WordPress post into multiple pages If the navigation sect

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Help user to split WordPress post/page into multiple pages easier using WPEditor button.
See more description here

How to split WordPress post into multiple pages

If the navigation section does not appear, this is probably because your theme is unable to handle the tag for splitting the page. So you need to add the following code in your single.php loop:

<?php wp_link_pages(); ?>