previous_comments_link
POST LINK TAG
What It Does
Creates a link to a page with older 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 previous_comments_link( ‘anchor’ ); ?>
Anchor
The anchor text to be used for the link. By default, “« Older Comments” is used.
Example
<?php previous_comments_link( ‘« Read Older Comments’ ); ?>




