I’m working on a site for a client that uses a large number of images and we concluded that it’s necessary to use subfolders within the media library, also being able to give these custom names (no auto-generated date based folders).
I guess it’s possible to make some sort of function for this or use a plugin, but haven’t found any existing solution.
What would you recommend?
If you have a lot number of images, you can use FileBird â WordPress Media Library Folders to organize it. I’m currently using FileBird for all my client project.
Here is a screenshot so you can easy to understand how it works.
I’m using Pro version here https://codecanyon.net/item/media-folders-manager-for-wordpress/21715379 but if you need around 10 folders, free version is enough.
One more thing I love FileBird is the support team is very nice, they support fast and you can live chat with them on their FB fan page.
I hope it’s useful for you.
Indeed, there’s a plugin for that, but it’s old (last updated in 2008) and seens to only accepts custom names based on wordpress variables. (
%year%
,%month%
, etc).In my opinion, you could use it and adapt to your needs with some coding.