I have a good reason for this, I’m not trying to be difficult:)
I would like to display the entry number next to each post (this number will be different than the entry_id).
So let’s say I have a weblog called ‘jokes’ and I have 20 entries in that weblog. I’d like to display the number 20 next to the latest entry and 1 next to the oldest. I’d like to do this on single entry pages as well as multi-entry pages.
Ideally, I’d also like to number all entries across all weblogs in certain situations (again, this number would be different than the entry_id).
Any thoughts on how I could do this?