I am creating a website for an estate agent and cant get my head around how to deal with the image galleries. I have built everything else and can link a single image to each property but cannot link multiple images to each property on the more details pages.
The main page lists all properties and shows one image and a piece of intro text for each property with a more info button for each property.
The more info button takes you to a Detail page for that property and has a gallery of multiple pictures specific to that property.
- - - - - - - - -
What I cant work out is the logic and how to structure the admin pages for the user to upload the images, and how to make them specific too each property.
In sequence for adding a new property, (in theory) do I:
Stage 1
1) Input a new Category for the images for that property (say House number 1=first category)
2) Submit that category.
Stage 2
3) Upload each image and assign it to that category.
4) Submit the information.
Stage 3
5) Then complete the rest of the property information on another form and select the primary Image for that property.
How does that sound. . . ?
Thanks if you can help
Justin
Code: Select all
[syntax="php"]