Hi,
I’m having some problems displaying {total_comments}.
Here is the scenario.
I have a blog. The comments are displayed both on the frontpage with many blog items and also on the single entry page with one blog item.
However if I turn on pagination on the frontpage and click on page 2 (see code below) the {total_comments} tag displays nothing on the frontpage, but as usual is fine on the single entry page.
{exp:channel:entries channel="vikunnar" dynamic="off" limit="5" paginate="bottom"}
....
{exp:comment:entries dynamic="off" channel="vikunnar" entry_id="{entry_id}" limit="1"}{total_comments}{/exp:comment:entries}
{/exp:channel:entries}regards,
Gylfi