I am building out multiple CMS Collections that have Multiple Photos. They all have a title for the photo name - what is the easiest way to add in a title that links to the photo for the collections?
I’m not sure what you mean by linking, but if you’re trying to store a title with each photo, and display it.
The code way…
You could use use a multi-image field, and put the title as the alt text for each image. Then use custom code to extract that alt text and apply it to a visible heading.
The nocode way…
“Image group” collection, to represent a grouping of images.
“Images” collection, stores the individual images, one per item. Contains;
Image field
Name field, for the title
Seq numeric field for ordering, if you want
Ref to Image Group
In your other collections that need titled image sets, they’d ref to Image group.
The no-code approach works but admin is very painful.