Greetings,
I’m building a photo gallery, using individual entries in a channel to hold each image—the idea is that I want each photo displayed to have a unique URL. So I’m having each a single entry on the template.
At the top of the page, I have a “next entry/previous entry” thing which is working fine. But what I want to add is something at the bottom of the page that indicates that the current image is “#x out of total x” (like “page x of x” if that’s not clear). I thought that pagination would work, but all I get is “1/1”.
Any suggestions on how I can achieve this?