Can we dynamically pick images for the slideshow from database and display in slideshow? We want to create a pool of around 500 slides and then let change the code so that 5 images are picked from the database every week. This way we dont have to change the images in the slideshow every week.
I am trying to find where exactly the slideshow images in PHP. I found it in the database from the 'wp_posts' and 'wp_postmeta' tables but unable to find the code in PHP as I am not very fluent in PHP.














