This question may be related to a resolved thread.
I’m having almost the exact same issue as mention in this thread, but in my case even calling {total_comments} from inside the channel:entries results in a zero. Yet, I can successfully return all the comments using the following:
{exp:comment:entries sort="asc" orderby="date" limit="25" paginate="bottom"}
{if count == 1}<span class="red">{total_comments}</span> Comments <span class="right sub-title"><a href="#">Leave Your Own</a></span>{/if}
{comment}
{/exp:comment:entries}With the above code I get a total count of ‘0’
If I try just:
{exp:comment:entries}
{total_comments}
{/exp:comment:entries}The result is:
0 0