This might be perfect solution for you:
http://wordpress.org/plugins/custom-upload-dir/
With that plugin you can have upload folder structure as you wish:
“uploads/$image_type./.$client./.$post_title./”
or
uploads/category/subcategory/post_title/
Or anything you like, you can combine post title, category, post author, post date and many more in your folder structure.
Related Posts:
- Image size filtering in Media uploader according to custom post type
- add_image_size() for specific Post Types
- Creating an Image-Centric Custom Post Type?
- How to disable generation of default image sizes for some custom post types?
- Use a separate upload folder for custom post attachment upload
- Correct Post Count ( All | Published | Drafts | Pending | Trash ) for Custom Post Type when restricting to view own posts
- Why does my custom WP role need edit_posts to edit images?
- List most recent image uploads, but only for specific custom post type
- set_post_thumbnail_size in percent, not pixels?
- Creating a metabox to upload multiple images, Ignoring The Featured Image
- Custom post type Admin Page
- How to create a mini directory in WordPress?
- How to make a page template to list all galleries?
- Too much recursion error when chosing image from image library for two different meta boxes in one post
- Extract image src from a post and send it to an external form
- Removing Image Sizes for Custom Post Type
- How to Removing fields from the Media Uploader/Gallery on a Custom Post Type Edit Page
- Count all images of a certain post type
- How to get source of custom meta image?
- Stopping WordPress from Auto Generating Image Files for Sizes
- Uploaded image not appearing in custom post type
- Post Ancestor and Child Post in Custom Post Type
- Should I use custom post types for a front page video feature (vimeo)?
- Return Attachments from Custom Post Type
- Want to turn WordPress into a paid subscription directory
- How to get category image custom post type taxonomy in wordpress?
- add_image_size for post type
- Custom post types with custom directories
- Set Custom Image Size Just For Specific Custom Post Type
- Issue to get wp_get_attachment_image with cmb2
- How to rename image at uploading on specific plugin or post-type in WordPress
- How to insert multiple images into a single post within a CPT
- Adding class to featured image
- Is it possible to place custom post type files inside a folder in theme directory?
- List all images from a single post meta value
- Custom Image Thumbnails of Different Sizes
- Duplicate Custom Header Functionality into the post edit screen
- Force documents to appear in Featured Image dialogue
- How to upload images to WP Panel keeping correct folder in FTP
- Get image post ID in media upload
- WordPress 3.5 Media Uploader – Only allow 1 upload and certain file types
- Mapping Subdomains in WordPress to give the appearance of a localised site, best approach?
- Link to full size post thumbnail
- Custom Post Type with image gallery
- Multiple featured sizes / images / excerpts
- How can i add thumbnails images to particular post (using code not admin pannel) in wordpress
- How to Create an Image Upload Box for Custom Posts?
- Add custom image size for custom post type or taxonomy
- Custom Path/Folder behind a custom post type
- How to automatically set ‘default image size’ for specific Custom Post Type
- Problem: wp_query outputs all images on site
- Problems with image size on the server WordPress
- How to give all CPT a folder automatically based on their slug
- Change wp-content/uploads to uploads/%postname%/%image%
- frontend image post uploader
- How to produce a sub-page-system in WordPress
- How to handle large number of images in a post?
- How do you get the full size url of an attachment image
- How to add multiple images to a custom post type without plugin [closed]
- How can i link a custom post type thumbnail to intermediate size
- Is it possible to add posts and images (auto resize) for custom post types with a script?
- How to add a sub directory to WordPress single posts without affecting other post types?
- How do you output an unknown number of images in a custom post type with desired markup?
- copy images from custom field to another custom field
- Using Image Sizes for Custom Post Types outside the Loop
- link featured image to external link
- Thumbnails Not Generating
- Building a Data Intensive Website with WordPress
- Insert into post button missing on custom post type
- Should i use custom post type for a custom footer?
- Returning an image url from its attachment ID using a custom post type plugin
- Yelp-style geographic directory plugin?
- Images not load on custom post type sidebar, related posts
- Not Able to Add New Class To CPT Attachment Image
- DIVI Theme customizer changes not applied on existing pages and designs are not shown on the front
- How can I add image sizes for a specific custom post type?
- Change picture attachment meta of all occurrences of a picture
- Dupplication of Custom Post Type while adding attachment
- Need folder for CPT templates for eg: single-{post_type}.php
- Media is not showing on post page
- Help Adding filter to Add Media button for custom post type
- Looping through image object using ACF and CPT UI [SOLVED]
- Multi Photo Upload with Caption on Front End for Custom Post Type
- Displaying image instead of post label in wordpress
- Links Image in “Catalog” Page to Posts
- How do I set a specific size for my image?
- Trying to get custom post type attachment images to function in indexed array
- Working with gallery shortcode and get gallery images
- Image paths on custom post types getting /post_type/ added to path
- Custom post type media upload error with custom user role
- Retrieve post data via WPDB class
- How to Create a Frontend Html-list Editable in the Backend?
- Allow authors to create article image
- Add Image field to CPT
- img src not working correctly in custom post type
- Add a background image into a post [closed]
- Front end post or photo or both
- Using wp_insert_post to create custom posts with ACF image field
- set_post_thumbnail or media_sideload_image adds image multiple times in media library
- upload image with rest API to the media library