I want to be able to number my channel entry results.
So for example if my results return 10 entries i want to be able to refer to this number.
{exp:channel:entries channel="accessories" disable="categories|category-fields|member-data|pagination" status="open" limit="1"}
<div class="description">
<span class="black-bold">{entry_id}.</span>{accessory_description} -<span class="black-bold">£{price} GBP</span>
</div>
<a href="#class=red-bold">BUY</a>
{/exp:channel:entries}Can i use the {entry_id} tag as used in the example above?
Appreciate any help.
Niall