When we create a new post and click on Featured Image, I realize that WP creates a folder structure “year/month/image.jpg”.
I’d like to change that behavior to “category_of_the_post/image.jpg” (or maybe “category_of_the_post/year/month/image.jpg”).
The reason is that I want to create a different album of each “category_of_the_post” folder.
I tried different plugins, but I didn’t find any plugin which allow to upload the images at the same time we create the new post (like when we upload the feature image). Maybe there is some other way to do the same stuff, but I’m beginning with this beautiful CMS so I cannot see the different possibilities from the top.