Tagged Questions
2
votes
2answers
180 views
How to make custom bulk actions work on the media/upload page?
I'm adapting a script I found online to add custom bulk actions to the screen with the list of posts. It has this line:
add_action('load-edit.php', 'custom_bulk_action');
I'm trying to adapt it for ...
-1
votes
2answers
228 views
Moving Categories submenu to Media, but still opens Posts menu
I'm developing a very media-centered site with WordPress and am using the default categories and tags on uploaded media using, in part this plugin Media Categories.
I am displaying a sub-menu item ...
1
vote
3answers
1k views
How do I change the upload file size limit in single-site wordpress install?
In the multi-site wordpress install, you get a very nice "upload settings" in the network admin settings. (see attached image).
I am trying to change these settings without using php.ini for a ...
0
votes
1answer
2k views
Upload media file problem
I have a strange upload problem similar to: wordpress upload http error?
I have an 8MB upload limit and no control of the php.ini.
My client can upload small media files (images and PDFs) ...
4
votes
5answers
6k views
How to increase the file size limit for media uploads?
How can I change the Maximum upload file size? I would like to be able to upload 10Mb at a time.