Use below code in comments.php file of your WordPress theme to paginate comments on your WordPress website.
1 2 3 4 | <?php // Paginate Comments paginate_comments_links() ?> |
Use below code in comments.php file of your WordPress theme to paginate comments on your WordPress website.
1 2 3 4 | <?php // Paginate Comments paginate_comments_links() ?> |