• Resolved jdoez

    (@jdoez)


    In my comments.php, I have added a function that makes only a certain number of comments appear in the comments section of a blog’s page ('per_page' => 20,). How do I add the functionality to go to the next page of comments? I tried adding

    <?php next_comments_link( 'Newer Comments »', 0 ); ?>

    or

    <div class="navigation"><p><?php posts_nav_link(); ?></p></div>

    to single.php

    But, it did nothing. Am I going about this wrong?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Adding Pages Blogs’ is closed to new replies.