The <!--nextpage--> command works fine for a post, but does not work at all in a page. How does one break a page into multiple pages?
The <!--nextpage--> command works fine for a post, but does not work at all in a page. How does one break a page into multiple pages?
It's a theme-specific option. Try editing your theme's page.php template file and adding <?php wp_link_pages();?> just before the end of the Loop. That should allow you to use the <!--nextpage--> tag in your Pages.
This topic has been closed to new replies.