I am looking to be pointed in the right direction here. I want to be able to load an image from a folder regardless of filename using css. For example the CSS I think will look something like this
background: url(/wp-content/uploads/Folderwithimage) no-repeat;
So I want it to look at that folder and grab the only image in it and display it for the class I assign. The idea is rather than changing out the css code every time I have to change pictures I can just simply delete the old picture and place a new one in that folder. Ideas, concerns, and better ways to do this all welcome!