Code for Splitting Page into Multiple Pages

Discussion in 'Infoway WordPress Theme' started by chelsea15, Feb 20, 2015.

  1. chelsea15

    chelsea15 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Can you show me exactly where in single.php for the Infoway theme to insert <?php wp_link_pages(); ?> so that I can split a long page into multiple pages? Thank you.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    You can use code before this line
    <?php comments_template(); ?>
    Your code will not split page.It will create link of next blog post.

    Thanks & Regards
    Pramod
     
  3. chelsea15

    chelsea15 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Since this is a static page, and not a blog category, I do want to split the page and have it show a link at the bottom to go to page 2. Will it do that?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63

Share This Page