POST LINK TAG
What It Does
Creates pagination links to comments pages instead of a “Next” and “Previous” link. This feature is only available in WordPress versions 2.7 and above.
Code
<?php paginate_comments_links(); ?>
Example
See the above code for the default usage.