Wordpress blank page issue and nextpage not working

Discussion in 'WordPress' started by ~kev~, Jul 5, 2009.

  1. #1
    I'am trying to make a multiple page post on my self hosted wordpress blog. This is a multiple page page, not a multipage article.

    The <!--nextpage--> tag is not working on the page.

    When I add any more images to the post, it goes to a blank page.

    Here is the address to the page in case someone wants to take a look - survivalboards.com/backpacks/

    The amazon ads are in tables and are iframes.

    Is there some kind of limit to wordpress as to how many tables a single page can support? That page has 6 tables and 30 images in iframes from amazon.

    But, the nextpage tag works just fin in the blog post. It just seems to be the pages that are having the issues.
     
    ~kev~, Jul 5, 2009 IP
  2. mrhrk01

    mrhrk01 Well-Known Member

    Messages:
    664
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    145
    #2

    Are you trying to create a post which spans across a few pages or
    create a page which spans a few pages ?
     
    mrhrk01, Jul 5, 2009 IP
  3. ~kev~

    ~kev~ Well-Known Member

    Messages:
    2,866
    Likes Received:
    194
    Best Answers:
    0
    Trophy Points:
    110
    #3


    Its a page that spans more then one page.

    And I got the blank page issue fixed.
     
    ~kev~, Jul 5, 2009 IP
  4. DK42

    DK42 Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Not sure if you can do this with pages, but one quick and dirty way around it would be to create multiple pages and manually link them together. Would work, but would need some work. For instance the menu system you use may have to be changed so it doesnt show every page you created.

    Thats just an idea, it may be there is a far more simple answer to your problem!
     
    DK42, Jul 7, 2009 IP
  5. mathias

    mathias Active Member

    Messages:
    691
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #5
    The theme has to be modified for the nextpage tag to work. It looks like it's working on your posts (which is normal) but you should take a look over here to make it work in your pages as well ;) !

    http://codex.wordpress.org/Template_Tags/wp_link_pages

    You'll have to add this where you want the number of pages to show!

     <?php wp_link_pages('arguments'); ?> 
    PHP:
    As for your other problem, tables are never good, try to use divs ;) !
     
    mathias, Jul 9, 2009 IP