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 😉
Related Posts:
- How Do I Use The WordPress Plugin Posts 2 Posts by Scribu?
- Custom comment type maybe?
- Enable comments for post with comments meta box removed
- Custom Post Type causes Page Not Found
- adding a text message beside the comment submit button
- How to add a privacy-checkbox in comment-template?
- Override comments.php template with plugin
- Display comments of users on single page
- Is there a way to order posts and custom post types as one group?
- How to change commenter links to /user/user_id?
- Accessing post’s meta data based on user’s click of a post
- get_post_type on post.php
- Matching Chapters to a Custom posts [closed]
- WordPress comments not appearing in blog posts, likely because of Redux template. Could I fix this with a plugin that adds a comment form as a block? [closed]
- posts comments goes to trash
- Redirect to another page using contact form 7? [closed]
- How to delete all trashed item in one-go
- posts from multiple post types in one slider
- Moving FB comments at the end of page
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- Custom Template for wordpress cpt plugin
- What hook can I use to modify custom post data before it is displayed on the page?
- Why the internal link get converted into a comment?
- Is it possible to pin a post in second position from top
- Oops! That page can’t be found
- Is there a hook similar to “save_post” which only fires AFTER the post is completely published?
- Adding custom post category to categories widget
- How to display the custom post related blog by category?
- WordPress hide post from custom post-type on a single page
- Is it possible to customize a wordpress post from outside dashboard(Something like site.com/post-type/post/?e=post_id)?
- Paginated Comments “reply” does not work!
- WordPress list child pages of custom post type
- Why links are not linked if edited comment?
- Insert data in custom table during new post creation
- How to export post tags from wordpress
- Disable All In One SEO plugin for custom post type
- How to check if the post exists in any of the categories?
- Disable Other Plugins on my Custom Post Type?
- Tag link suggestion plugin
- How to add new tabs in post.php
- How to get images from EDD post?
- How to change ID of an attachment in wp_posts and its related tables correctly?
- Collaborative post submission [closed]
- CKEditor: Uncaught TypeError: switchEditors.switchto is not a functiononclick
- custom taxonomy and custom post type url conflict
- New post notification plugin [closed]
- Is there plugin to show recent posts from one website in the widget area of another?
- Bulk Image Uploader to create new post from each image [closed]
- Leveraging WordPress Comments on Custom Plugin Object page
- Get total number of comment of the posts written by an author
- How use %like% in sql statement wordpress
- wordpress reusable content blocks
- Override plugin with functions.php
- Get the url of the full sized attachment image using post ID?
- Adding Plugin-specific Fields with wp_insert_post()?
- Adding Attachment Display Settings in custom media frame
- Should i delete the posts created by a plugin on uninstall?
- Function to prevent users from trashing comments
- Output HTML only on individual post view
- Allow users mark posts as “complete”?
- Using the “Latest posts” feature on a different site
- Post query – show posts from specified day and month and whole years
- add_filter comment_edit_redirect not working
- How do you override the default comment template?
- Execute a plugin only on post pages
- RW Meta Box ,Problem setting post title
- Facebook plugin shows existing comments
- How can i list random post from multiple category?
- How does WP handle multiple matching rewrite rules?
- unregistered user can write in blog page – possible? how to?
- Support for simultaneous editing
- how do i remove posts from a WP_Query so the pagination is right?
- Saving Custom Post types and fields to a custom table
- dynamically generating plugin syntax
- How to get 1 or 2 specific posts on top of my wordpress blog?
- Is it possible to use WordPress as an online portfolio for text content? What kind of theme would I look for?
- Portfolio + Blog: multisite or plugin?
- Building a store locator with google maps
- How can I get WordPress to save comments in markdown format?
- Duplicate posts when posting nulls in records in phpMyAdmin [closed]
- How to make wp_enqueue_style and wp_enqueue_script work only on custom post type
- Loco Translate: Custom Post and Custom Taxonomy Labels not translated in wp-admin menu
- View Private Published Page with URL Code (no login required)
- With W3 Total Cache when I publish a post it does not appear in the homepage. Only if i purge all cache [closed]
- If post has custom field then display css-class
- The problem with WordPress Importer
- How to create user groups and allow custom posts and plugin modify/access to specific group?
- Correct way to make meta box with more than one meta field secure
- I want to extend the current themes’ single.php to display the meta fields of my CPT
- Cron job not firing
- Plugin custom post type – Internal server Error
- Exclude post by custom meta with pre_get_posts
- Solutions to repost categories into multisite blogs?
- How can I create a custom shortcode that will return a custom post type by ID?
- How to enable qTranslate languages tabs in custom plugin page
- How do I “get the next 10 posts after post_id == x”?
- Hiding posts – WP Hide Post not working
- Is it possible to create Custom Post plug-in?
- Creating a plugin to sanitize comment and the url field before display only
- get_post_type() and WP_QUERY issue