WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/next comments link

Description

Display link to next comments pages.

Usage

<?php next_comments_link$label$max_page ?>

Parameters

$label
(string) (optional) Label for link text.
Default: ''
$max_page
(integer) (optional) Max page.
Default: 0

Return Values

(void) 
This function does not return a value.

Examples

Notes

Change Log

Since: 2.7.0

Source File

next_comments_link() is located in wp-includes/link-template.php.

Related

 

See also index of Function Reference and index of Template Tags.