Archived topic
How to break up long posts into multiple pages?
6 replies · Started by Heath on March 25, 2019
The code <!––nextpage––> is not working for me. How do I do this?
Hi there,
I just tried it and it worked for me no problem.
That's a feature from WordPress with the editor so GP doesn't have any control over it:
https://codex.wordpress.org/Styling_Page-Links
Where and how are you adding it?
If you are using Gutenberg editor, you can actually use the built-in Page Break block.
If you are using the classic editor, make sure you copy the format from the link above and paste into HTML editor.
Let me know :)
I was doing exactly that and it's not working for me.
Perhaps there is plugin conflicts or some sort.
I tried it in a vanilla install and both methods work for me.
Can you try it with all other plugins disabled?
If that still doesn't work, can you test it with a twenty series WordPress theme?
I was able to get it to work using this code:
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
Previously I was using:
<!--nextpage-->
Thank you for your help!
Resolved
Awesome :)