Is there a way to extend a post over multiple pages?
i.e. A long post could be seperated into several pages with 'next' and 'last' navigation.
Is there a way to extend a post over multiple pages?
i.e. A long post could be seperated into several pages with 'next' and 'last' navigation.
Yep.
The "nextpage" tag. Many themes do not seem to support this, but it isn't too tough to retrofit in. It actually breaks your post into a series of pages, controlled by where you put <!-- Nextpage -->
More reading on the wp_tag: http://codex.wordpress.org/Template_Tags/wp_link_pages
This topic has been closed to new replies.