next_comments_link

POST LINK TAG

What It Does

Creates a link to a page with newer comments instead of displaying all the comments on one long page. This feature is only available in WordPress versions 2.7 and above.

Code

<?php next_comments_link( ‘anchor’,'maxpages’ ); ?>

Anchor

The anchor text to be used for the link. By default, “Newer Comments »” is used.

Max Pages

The maximum number of comments pages to link to. “0″ is unlimited.

Example

<?php next_comments_link( ‘Read Newer Comments »’,’0′ ); ?>