Is there any way that the node-comment count field can be linked to the node's comments

Example text would be

Comments: (1)

and have that whole line be click-able to take you to the comments.

If there is a way to do this, please let me know.

-Sam

Comments

jimthunderbird’s picture

In node.tpl.php, you might want to play around with $node->comment_count and $node->nid, I think you can get what you want.

Attitude is mind's paintbrush, it can color anything.

katherined’s picture

You may want to look at this issue: http://drupal.org/node/352508