• is there a way to make pages of posts/pages. ie instrad of having a massive page with 10,000 of words split this into 5 pages with a page 1 next page buttons on each page to navigate through each page of this post?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like this might be what you’re looking for.

    Thread Starter kitcorsa

    (@kitcorsa)

    cheers for that. tried added in

    <!--nextpage-->

    into my post abd it did make the mage shoter from where the tag was entered but there as no next page button to go to the next page.

    checked the template page.pp file and it has the following already

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

    but the only thing to show is a rand square box with then links to the next post not the next page.

    screen shot of the random square

    Try:

    <?php wp_link_pages('before=<p>&after=</p>&next_or_number=number&pagelink=page %'); ?>

    As for that box, link the site and I’ll take a look.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘pages of pages/posts’ is closed to new replies.