Comments pagination (navigation) (tag)

get_comment_pages_count()

Counts the number of comment pages for a post (how many pages comments are split into).

get_comments_pagenum_link()

Gets the link to the specified comment pagination page of the post.

get_next_comments_link()

Gets a link (A tag) to the next comments page. Should be used on the post page.

get_page_of_comment()

Gets the pagination page of comments on the front-end where the specified comment should be displayed.

get_previous_comments_link()

Gets the link (A tag) to the previous comments page. Should be used on the post page.

get_the_comments_navigation()

Gets links to the previous/next comment pages, if such links exist. Used on post pages in the comments block.

next_comments_link()

Outputs a link (A tag) to the next page of comments.

paginate_comments_links()

Outputs a list of links to the comment pages (pagination links) of the current post.

previous_comments_link()

Displays a link to the previous comments page.

the_comments_navigation()

Outputs a navigation block for previous/next comments of a post, if they exist.

the_comments_pagination()

Outputs a block of pagination links for the comments pages of a post.