LanceDockins
Member
Posted 5 years ago #
I just tested out a fresh install of WordPress and I wrote a very very short sample post. In fact, here's the code for that post.
Page 1
<!--more-->
Page 2
<!--more-->
Page 3
The more links don't seem to be working because I get all three pages on the same page despite the more links. Is this a bug in the system?
"more" is NOT for multipage psts!
"more" is just for that: cutting the text where it is inserted and showing the rest in the single post view.
The "more" works only on so-called multipost views (templates) like index, archive, search...
Paginated posts (if you mean that a long post is broken in more 'pages') uses a different tag: <!--nextpage-->
http://codex.wordpress.org/Template_Tags/link_pages
Warning: the tag has been deprecated since WP 2.1.
Edit. It seems this one still works:
http://codex.wordpress.org/Template_Tags/wp_link_pages