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.
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
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?
Hello ! Yes you can achieve this by easy steps. Step 1: Use below code in page.php for page with default template. PHP: <?php wp_link_pages(); ?> Step 2: Use this code while creating page between the page content HTML: <!--nextpage--> http://www.inkthemes.com/easily-split-long-wordpress-posts-in-multiple-pages/ Thanks & Regards Pramod Patel