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?
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
?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs