Retroactively place uploaded media into -month, -year based folders?
Retroactively place uploaded media into -month, -year based folders?
Retroactively place uploaded media into -month, -year based folders?
WordPress API returns empty page when page is less than X-WP-TotalPages
How to re-arrange media uploaded using : media_handle_upload() as per year / month
How to host different file formats/types for a media attachment without creating multiple attachments?
How to change upload directory based on frontend form input name or ID?
This doesn’t answer the specific issue I was having but does resolve the problem. The cause of my issue was that wp_unique_filename was taking longer and longer as the month went on when we had more images in our media library. We were already namespacing them with year/month dir structure. I ended up adding a … Read more
Skip the Plugin. You don’t need a PLugin merely to insert all images attached to a post. Just use the shortcode (also available as an “Insert Gallery” button in the Media Manager on the Edit Post screen). EDIT IF you want to display commentary for each one, here’s a suggestion: Use the “caption” field in … Read more
You are going to need: 1. Total Commander (or anything else that allows you to rename massive numbers of files) Probably the best file manager in the world (especially when it comes to handle uploads etc.), it’s not free but the trial version should do the job. Just select all these images (they could be … Read more
This is the menu_order. You can sort by multiple values too. // Example ‘orderby’ => ‘title menu_order’
For those having similar problem, I cleared web-server’s /tmp partition being filled with temp files. The root cause was actually that my hosting provider sets the /tmp partition to be 128MB when on their VPS, which is far too small for the size of uploads that I want to be able to do.