Hi,
Is there a way to have variable, i.e. {my_count} where I can keep on adding by 1 (one) everytime it is being called for. Example:
{my_count} = 0
{exp:channel:entries}
...
{my_count} = {my_count} + 1
...
{/exp:channel:entries}
I do not want to use PHP function if possible for this purpose.
Thanks