当我们创建一篇新帖子并点击特色图片时,我意识到WP创建了一个文件夹结构“year/month/Image.jpg”。
我想将该行为更改为“category\\u of the\\u post/image.jpg”(或者可能是“category\\u of the\\u post/year/month/image.jpg”)。
原因是I want to create a different album of each "category_of_the_post" folder.
我尝试了不同的插件,但是I didn\'t find any plugin which allow to upload the images at the same time we create the new post (就像我们上传功能图片时一样)。也许还有其他方法可以做同样的事情,但我从这个漂亮的CMS开始,所以我无法从顶部看到不同的可能性。