Here is my index.php code
<?php comments_popup_link('No Comments »', '[1]', '[%]', 'commentslink'); ?>
Here is my single.php code
<div class="commentsblock">
<a href="<?php comments_link(); ?>"><?php comments_template(); ?></a>
</div>
Here is my comments.php code
<h3 id="comments">Post a Reply</h3>
Should the index ‘comments link’ be changed to the code below?
<?php comments_link(); ?>">