I've been searching for quite some time now, and I can't even find an answer to this question, let alone a workaround for it.
When using the nextpage tag, the main "posts" page (index.php) only shows the post content that is before the first nextpage tag, which is expected. However, unlike the more tag, there is no "Read the rest of this entry" link inserted after that chunk of the post.
I am using <?php the_content('Read the rest of this entry »'); ?> to display the posts on index.php, so the link to read more on a post should be there automatically. If I use the more tag, it works as expected.
My question is this: Is the nextpage tag supposed to trigger that automatic "Read More" link? If it is supposed to, then what other code do I need to insert to make it show up?
Thanks!