How to enumerate a list of posts?
I am not sure what your loop looks like from which you are adding the articles to your list. All you need do is to create a variable to hold your counter somewhere before the while statement in your loop. This could be something like <?php $counter = 0; ?> Note I am setting the … Read more