• Resolved MattRichardson

    (@mattrichardson)


    I’m using a modified version of the twentyten theme, and I’d like to paginate single posts, so that a long post is over a few pages, with navigation on the bottom. However, the <!-nextpage–> tag doesn’t have any effect on the post, however. I went into the theme’s loop-single.php and see that the right function is being called in the loop:
    <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
    Does anyone have any hunches about what the problem coule be or ideas about what approach I might use to troubleshoot this issue?

    Thanks,
    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • as you have mis-spelled the tag here in your question, double check the spelling:

    <!--nextpage-->

    it might help if you can post a link to your site, to illustrate the ‘doesn’t have any effect on the post’.

    Thread Starter MattRichardson

    (@mattrichardson)

    Thank you, that was it. While that’s an embarrassing mistake, I’m incredibly relieved that the resolution to my problem is that simple.

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