Hey,
Just wanted to confirm this before I post it as a bug. The exp:comment:entries tag has a {count} variable:
http://ellislab.com/expressionengine/user-guide/modules/comment/index.html#count
When I use this code:
{exp:channel:entries channel="test" sort="desc"}
Entry {entry_id}:
{exp:comment:entries dynamic="no" entry_id="{entry_id}"}
{count}
{/exp:comment:entries}
{/exp:channel:entries}the {count} variable is printing out the value for the {exp:channel:entries} tag:
Entry 2:
1
1
Entry 1:
2
2
2
2
This was on 2.2.2 but the same happens on a clean 2.4 site. Any ideas what is going on?