Lego2012
12/13/2016 - 3:51 PM

Display the URL to the current post's comments

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>