Closed (works as designed)
Project:
Disqus
Version:
6.x-1.7
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 09:41 UTC
Updated:
30 May 2013 at 02:13 UTC
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
Comment #1
WeRockYourWeb.com commentedTry
<?php print $node->comment_count . 'Comments'; ?>Comment #2
marcingy commented