Comments Popup Link
<?php comments_popup_link
('zero','one','more','CSSclass','none');
?>
Added to WordPress by Andy Lobban
Comments Popup Script
<?php comments_popup_script(width, height); ?>
Added to WordPress by Andy Lobban
Link to comments for a post
<a href="<?php comments_link(); ?>">
Comments to this post
</a>
Added to WordPress by Andy Lobban
Display total number of Comments
<?php comments_number('zero', 'one', 'more', 'number'); ?>
Added to WordPress by Andy Lobban