Archive for February 25th, 2010
WordPress comments to display under post.

What I’d wanted to do is display the comments without the viewer having to click “1 comment” or “2 comments” and take them to another page. Your theme has this code in some or all of these files: index.php, single.php, archives.php.

To display the full comment and option to reply instead of the “click for comments” link.

In the appropriate file, replace the code that looks something like this:

<p><?php the_tags(); ?><?php edit_post_link('Edit',' ',''); ?
> <br /><?php comments_popup_link ('Click here to Comment on this post',
'1 Comment- click to read', '% Comments - click to read'); ?> </p>

<?php
  $withcomments = "1";comments_template();
?>
Did you like this? Share it: