I am building a custom wordpress theme and would like to offer my client the ability to upload the background image through the media manager in WP.
However, I can't sort out how to get to the image with my CSS. I thought it would be a simple matter of setting the url to the UPLOADS folder in wp-content.
But, the media manager does not dump all the images into one directory, it organizes them by month and year.
How can I determine the path to a specific image in the media library?