Display the URL to the current post's comments
<a href="<?php comments_link(); ?>">
Comments to this post
</a>
<?php echo do_shortcode(' [post_comments] '); ?>
<!-- is the same as -->
<a href="<?php comments_link(); ?>"><?php comments_number(); ?></a>