I want to move the number of comments 'indicator' (i.e. 3 Comments) elsewhere. (Yet keep the original $links intact.)
I want something like this in my node.tpl.php: Comments in this Entry:
# (where # is any number, 0 on up, and the # linked to the comments.)
I've tried a few things (like comment_num_replies(
$pid) and others from drupaldocs, but I usually got an "array" or a total of all comments on my site.
Has anyone figured this out? Any way to do this? (drupal 4.6).
silverwing