Archived topic
comments pagination (display in number)
3 replies · Started by Joyce on October 1, 2020
Hi,
I need to display comments pagination in number (like 1, 2, 3 .... 15). I search in the support forum, only find solution about previous/next button.
I am using version generatepress-3.0.0-alpha.2
Thanks,
Joyce
Hi there,
Does this help?
https://www.wpbeginner.com/wp-tutorials/how-to-paginate-comments-in-wordpress/
Let me know :)
Thanks Leo.
Problem solved by adding this in file /wp-content/themes/generatepress/comments.php
paginate_comments_links()
You will want to use a child theme to do this as that will get erased during update.