How do you number your posts (e.g. Post #1, Post #2, etc.)?

Is there an easy way to number your posts (e.g. Post #1, Post #2, etc.)?
I tried doing a count loop, but that doesn’t work with pagination – as
the numbers will just start over.

Any ideas?

Bob S. wrote:

Is there an easy way to number your posts (e.g. Post #1, Post #2, etc.)?
I tried doing a count loop, but that doesn’t work with pagination – as
the numbers will just start over.

Any ideas?

But you always know page number.

just do page_number*items_per_page + i

?