Enables the previous "classic" editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all…
About Custom Upload Dir
Custom Upload Dir is a plugin for WordPress that allows you to customize the folder structure for your uploaded files. It offers more flexibility than the default WordPress uploads folder, allowing you to organize files based on variables like post title, category, and author. This can make it easier to find and manage files, especially when performing backups or migrating your site.Screenshots


Changelog
Changelog v. 3.4.5 (2020-05-05)
- added french translation (thanks, bibi699depreau!)
Changelog v. 3.4.4 (2019-03-24)
- Fixed a few PHP warnings
- Removed the %permalink% template as it broke uploads to drafts.
Changelog v. 3.4.3.2 (2019-03-24)
- Fixed ‘upload_dir’ not providing $post_id in Gutenberg editor.
Changelog v. 3.4.1 (2015-03-16)
- Added filter ‘cud_generate_path’ so you can easily adjust the path with any variable you want.
- Added %mime_type% to sort files by mime type
- Added %author_role% to sort files by author role.
- Coming: support for per-post-type settings. Eg: every post type can have their own rules for where to place uploads. Currently missing the admin interface. If you feel like helping out, let me know.
Changelog v. 3.4 (2013-02-09)
- Added %file_ext% to sort by file type
- Added tentative support for uploads from WordPress apps.
- Removed setting for “Base upload folder” as WP core no longer exposes this
- Cleared out some PHP error on the admin page
- Fixed leaking CSS on admin page
Changelog v. 3.3.2 (2011-12-29)
- Updated init to use WordPress API properly
- Removed dead code
Changelog v. 3.3.1 (2011-12-27)
- Fixed poor sanitization of post slugs (%post_name%)
- Added %post_parent%
- Fixed settings not always initializing
Changelog v. 3.3 (2011-12-18)
- Support for WordPress 3.3
- Support for tags and categories
- Support for custom taxonomies
- Added %current_user%, %permalink%
- Added all permalink tags
- Added test-function to admin page
Changelog v. 3.0.2 (2011-07-29)
- Fix for post_author not working
- Fix timestamps from the media uploader (thanks; alx359)
Changelog v. 3.0.1 (2010-11-01)
- Fix for “undefined function get_userdata()” (thanks somatic!)
Changelog v. 3.0 (2010-10-21)
- Rewrote entire plugin for WordPress 3.0
- A slew of new placeholders for building path’s with
- A new interface to allow arbitrary strings in path
- Error messages when uploading to un-named or un-dated posts
- Added translation support
Changelog v.2.5.4 (2008-12-31)
- Adjusted the test case. (Pedja)
Changelog v.2.5.3 (2008-12-30)
More problems have crept up due to the massive amount of dry runs of ‘upload_dir’ in WP 2.7.
- Added quick bail for every call that’s not for a file upload. (props to Pedja Ljubomirovic (Canada))
Changelog v.2.5.2 (2008-12-15)
- Fixed problem with plugin blocking deletion/editing of attached files.
Changes in v.2.5.1 (2008-12-14)
- Fixed Custom Upload Dir breaking WP 2.7 when called from the loop
Changes in v.2.5 (2008-11-15)
- Support for WP 2.7-beta1
- Added ‘post_author’
- Fixed ‘post_title’ (broken since WP 2.4)
- Fixed issue with use_yearmonth overriding post date
- Tons of small(ish) updates
- Removed Mediacaster-support
Changes in v.2.0 (2007-10-19)
- Mediacaster compability.
- Added proper configuration screen
- Massive code overhaul
- Name change (previously “Daily Upload Dir”)