• I just recently upgrade from early 2.6 to 2.8.4 and <!–nextpage–> no longer work.

    I tried it the default theme too and it didn’t work either. Is the feature remove?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you try it with the single post view using the WordPress Default theme? The wp-content/themes/default/single.php uses the wp_link_pages construct to handle that…

    @michaelh – for information: the wp_link_pages() construct won’t work out of the box on WP >=2.7 if the front page is static and also contains either more or nextpage links. Works fine on other static pages, and also on posts.

    See http://wordpress.org/support/topic/313281?replies=1 for a crude workaround for nextpage [doesn’t support “more” yet].

    The theme issue is more complex because there are so many of them which are not always entirely good coding quality or which do unusual things with the loop. I’m currently trying to rewrite the code I posted at that link as a plugin with filters so that it is generically more useful and will work regardless of theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nextpage’ is closed to new replies.