Hello! I'm trying to have this kind of interaction/feature in a website.
I'll just have 4 projects list per page. What I'm looking for?
Depending on the project page I'm at, the list at the end should change. For example, if I'm at Project A, the list should have Projects B, C, D and E
The images corresponding to the projects should change as well. For example, when I'm at Project A, the images corresponding to Projects B, C, D and E should show up upon hovering.
The projects list should arrange itself based on year. i.e. 2024 - 2023 - 2022 and so on
Hi Kisho, Based on your requirements I think a CMS collection and dynamic pages with a repeater will do the trick. When populating the repeater you will need to filter out the current item and set a sort "descending" by year. This may be possible with a dataset but using the wix-data API will provide you with more flexibility. Eitan