Forums

[resolved] nextpage not working (3 posts)

  1. saxwell
    Member
    Posted 5 months ago #

    I, too, am having trouble with the nextpage command in my blog posts. However, I reinstalled the WP default theme and its not working in there either, so I'm thinking it must be in the wp_link_pages code:

    <?php wp_link_pages(array('before' => '<p>Pages: ', 'after' => '</p>', 'next_or_number' => 'number')); ?>

    That line resides inside div class="post".

    Anyone see anything in that wp_link_pages line that doesn't look right?

    Thanks!

  2. esmi
    Member
    Posted 5 months ago #

    Try <?php wp_link_pages('before=<p><strong>Pages:</strong> &after=</p>&next_or_number=number'); ?>

  3. saxwell
    Member
    Posted 5 months ago #

    Still didn't work, so I'm going to close this thread and open a new one.

Reply

You must log in to post.

About this Topic