A tip for all WordPress users out there who have unwieldy uploads folders in wp-content: take a bit of the chaos out by creating a bit of a hierarchy in your uploads folder!
Here’s what I do:
- Create a folder named “uploads” in wp-content.
Having a separte folder for the stuff I upload allows me to keep things a bit tidier in there. As you probably know, wp-content isn’t in danger of being overwritten when you upgrade WordPress, and so it’s a good place to stash stuff.
- Create folders by year inside uploads to store images, movies, etc.
If you’re like the rest of us normal folks, you aren’t very good at renaming images that you upload. All that stuff takes a lot of work. However, if you create year-based folders inside your wp-content/uploads/ directory, you’ll be able to start to pin down when you used that really goofy image of your cat.
The only issue with this approach is that you have to make sure to have a new folder on hand when the calendar turns over a new year. If you take the time, though, to make a list of things that you should do every time January comes around again, this is a quick-and-easy thing to add to the list.
One last thing: make sure to chmod all these image folders to 777—otherwise, WordPress won’t be able to work with them!
[Thanks to Amy Qualls-McClure for making this suggestion years ago.]