• I’m only going to post this because I’m completely exhausted, and need to resolve this issue without a lot of research. Normally I’d figure it out myself. But I’m sure it’s a one-line answer.

    Simply put, how do I get Pages (not Posts – or is it “pages” and “posts”) – to be presented in a fashion, a screen full at a time, rather than one long thingy (see, I told you I was dead tired)…

    I tried to figure out the Quicktag “page” thing, but I couldn’t quite figure it out. First it had to uncommented out, and then it seemed to do nothing. I use the RIN template.

    What do I put on either the created page (“Page”?), or what do I put in the template? Which template? Specifically.

    Much thanks, in advance. This software truly rocks !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pankoski

    (@pankoski)

    A little more information…

    StaticFrontPage plugin is activated.

    Page is a permalink page. (maybe, then <!–more– is therefore not available?)

    RIN and Default templates have different code in page.php

    around the_content function all…

    That all I got for now..

    Just use the <!--nextpage--> in your Page’s text where you want to break it into multiple pages.
    Note. In order to make it work you have to have in your Page template (page.php) the following line:
    <?php wp_link_pages(); ?>
    Mine is in the div class="feedback"

    Thread Starter pankoski

    (@pankoski)

    Worked like a charm. Now, off to read the Codex to discover why….

    The whole “the_loop” construct, heavily borrows from a language called Lisp – there it is known as the read-eval-print “loop”

    http://en.wikipedia.org/wiki/Read-eval-print_loop

    Thanks…moshu

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paginating a Page’ is closed to new replies.