• Closed
  • Rosdi Ahmad
    Spectator
    06.05.2014 at 14:16 #8387

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

    Thanks.

    Roman
    Spectator
    Posts: 3147
    06.05.2014 at 20:28 #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
    07.05.2014 at 03:27 #9644

    Thank you.

    Rosdi Ahmad
    Spectator
    Posts: 49
    28.05.2014 at 18:28 #9872

    for version 1.6.0 at line number # 1800