I need to print the number of comments associated to a certain nid.

Is there a code somewhere that can do this?

The reason is we do not use views to render the frontpage, and we would like to show the number of comments after every node-link.

Comments

WeRockYourWeb.com’s picture

Try <?php print $node->comment_count . 'Comments'; ?>

marcingy’s picture

Category: feature » support
Status: Active » Closed (works as designed)