• Resolved lokjah

    (@lokjah)


    I have a multi page post (5) that didnt make the upgrade, I also dont see the quicktag button for next page.

    I have the <!–nextpage–> tags in my post but wp2 is ignoring them.

    is there a fix for this? thanks alot.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lokjah

    (@lokjah)

    Ok I got it sussed,

    in order for it to work I had to use Exec PHP plugin http://soeren-weber.net/post/2005/08/18/50/

    then in my post I had to use both:

    <?php wp_link_pages(); ?>

    <!--nextpage-->

    this got me back up and running, not sure why the next page tag alone didnt work?

    Thread Starter lokjah

    (@lokjah)

    does anyone have any info on this? I’m still wondering where the quick tag went and why I’m needing to use the above code..

    I have no info, just wanted to thank you for introducing me to the –nextpage– tag. Lol, I never knew we had that option with WP. 🙂

    We have 😉
    But this code:
    <?php wp_link_pages(); ?>
    should be in the template(s) and not in the content of a Page.

    Thread Starter lokjah

    (@lokjah)

    yeah, but when I use <!–nextpage–> alone I get no pagination like I used to pre wp2

    the only way I get pagination now is to use exec php and link pages…

    was the quicktag for pagination dropped as well?

    Thread Starter lokjah

    (@lokjah)

    still looking for more info on this if someone could help out. thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘next page link not working in 2.0’ is closed to new replies.