Hello, I’m looking for a way to dynamically change the content of my homepage based on the day of the week. The content to be displayed is complex and will contain an image and text. The content will change on a daily basis, so I want to have pages designed in advanced, all following the same structure, that are displayed on the homepage. These content pages need to maintain their customizability and be easily interchanged.
Originally my idea was to create an iFrame displaying one of the pages, and target the source url with JS to dynamically change it based on the day of the week. I’m worried this may not be possible with Velo. Does anyone have any guidance on where to start or move forward with this? I’m thinking it may be easier to create all this custom on a separate site and then just throw an iFrame up that doesn’t have any Velo code at all.