Custom setup of wordpress comments that are displayed

Try adding the following code to your comments.php template file (where you want the “next page”https://wordpress.stackexchange.com/”prev page” links displayed):

<?php paginate_comments_links(); ?> 

This should enable multiple pages for your comments.

Also, check out this Codex page (paginate_comments_links) for more information. Hope this helps 😉