I want to move the number of comments 'indicator' (i.e. 3 Comments) elsewhere. (Yet keep the original $links intact.)<br>
<br>
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.)<br>
<br>
I've tried a few things (like <span class="php-function-or-constant"><a href="http://drupaldocs.org/api/head/function/comment_num_replies" title="" class="local active">comment_num_replies</a></span>(<span class="php-variable">
$pid</span>) and others from drupaldocs, but I usually got an "array" or a total of all comments on my site. <br>
<br>
Has anyone figured this out? Any way to do this? (drupal 4.6).<br>
<br>
silverwing<br>