Site icon Hip-Hop Website Design and Development

Pagination in pages (not posts) with the twentythirteen theme?

I wrote a really lengthy web page with loads of content material and wish to add a pagination to make it extra readable. I added within the texteditor a number of <!–-nextpage–-> however it does not create any pagination, though within the default twentythirteen web page template the wp_link_pages perform is known as

<?php wp_link_pages( array( 'earlier than' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentythirteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?>

I am utilizing a baby theme with little customizations however I can also’t get it to work with the default twentythirteen theme with no youngster theme and customizations.
How can I get a pagination on my web page?