View Single Post
  #1  
Old 10-26-2012, 01:08 PM
cyborge cyborge is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2011
Posts: 19
Default Custom Naming for Upload Folders

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.