hello,
I have tried to figure out a way but I can’t seem to.
I would like it so it doesn’t repeat the “1.” 5 times, I want it to increase to 1-5 in each <li> item. Is it possible and how can I achieve it if it is?
{exp:weblog:entries weblog="recent_artwork" orderby="date" sort="desc" limit="5"}
<li><a href="http://{recent_artwork_link}"><strong>1. </strong>{title}</a></li>
{/exp:weblog:entries}I can’t just add a field for a number as the list will be updated with new items frequently.
Thanks!