Random Content/Image/Section
I wonder if it would be possible with BeTheme and BeBuilder to enable or declare one element (Content / Image / Section ) random, like we can do with Dynamic
For example, I have a section with four images representing projects, and I want to make it so that every time you visit the page, the images change to the projects' respective pages, with their links, content,etc.
Comments
Hi,
You can use query loops for that.
https://www.youtube.com/watch?v=maE0FuFIhjQ&list=PLyfUqkbtW2kxq8AY0SivMxX7kf2H9Y-Wf
For example, if you want to display a random image, use the Slider post type, in Query Loop, set limit to one and order by Rand.
Best regards
Thanks!! I will try that!