Forums

Index number in custom listing?

Bullfn33 23 Sep, 2013
Is there an easy way to display the row number in the body box of a custom listing like is displayed with the index # when auto listing is turned on?

I would like to number each row like
1
2
3
4
5
...
Bullfn33 24 Sep, 2013
ah, I missed this one earlier that explains it.

All I had to do was place this in the body box:
<td><?php global $count; echo $count++ + 1;?></td>
This topic is locked and no more replies can be posted.