Im trying to get a total count of entries, that all have the same Status as Processing.
But when i use the {total_results} variable, it repeats the number 3 times, if i have 3 entries with Status of Processing?
Here’s my code:
<div class="success">
You have {exp:channel:entries channel="{channels}" status="Processing"}{total_results}{/exp:channel:entries} new order(s)
</div>I thought {total_results} just displayed once in a loop?