Nextpage Quicktag Not Working
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Nextpage Quicktag Not Working’ is closed to new replies.