OK, so as a CMS the default WP media library folder options leave a lot to be desired. Does anyone know how to organize your uploads into folders with names that make sense.
Is there an easy way to have all your images in a folder called, oh I don't know, IMAGES
Or all you meeting minutes in a folder called "MINUTES" etc.
I have clients that constantly upload meeting minutes etc and it would be huge to have them organized with names that made sense.
I've have found out a little about the wp_upload_dir() function stored in wp-includes/functions.php
And I know how to make it so they all just go into the main Uploads folder but, haven't found a slick solution for having folders organized by custom names.