Let’s say i want to have a DIV with a line of text that shows the total number comments i have for a topic, so i do something like this:
{exp:comment:entries channel="bloggy"}
Showing {total_results} of {total_comments} comments.
{/exp:comment:entries}The problem i have is because i have 2 comments on my blog this lines shows twice. I assume if i had 3 comments, it would show it 3 times. How do I make it so it just shows it once?
crummy monday. 😊
Thanks in advance