• Closed
  • Rosdi Ahmad
    Spectator
    May 6, 2014 at 2:16 pm #8387

    The “Next Page” <!–nextpage–> only working in Post. Any suggestion on how to make it work in Page?

    Thanks.

    Roman
    Spectator
    Posts: 3147
    May 6, 2014 at 8:28 pm #9640

    you will need to edit index.php file, add after line # 900 this:

    Code:
    <?php wp_link_pages( array( ‘before’ => ‘<div id=”page-links”><p>’ . __( ‘<strong>Pages:</strong>’, ‘evolve’ ), ‘after’ => ‘</p></div>’ ) ); ?>

    then it should work as you need

    Rosdi Ahmad
    Spectator
    Posts: 49
    May 7, 2014 at 3:27 am #9644

    Thank you.

    Rosdi Ahmad
    Spectator
    Posts: 49
    May 28, 2014 at 6:28 pm #9872

    for version 1.6.0 at line number # 1800