Title: Multiple image insert
Last modified: August 19, 2016

---

# Multiple image insert

 *  [callmeforsox](https://wordpress.org/support/users/sunscream/)
 * (@sunscream)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/multiple-image-insert/)
 * I have noticed that a few people have been asking for the ability to insert all
   images at once with the new media uploader instead of clicking, opening, clicking,
   opening, etc.
 * In one thread there was a simple hack of the wp-admin/includes/media.php which
   allowed the window to stay open so you wouldn’t have to keep on opening and closing
   it.
 * I thought that was still too cumbersome so I finally had the time to look into
   it and hacked the media.php file some more. The version I modified allows you
   to insert all images with one click as well as select which ones you want to 
   insert. Apart from this, it also has a few minor personal modifications.
 * I just wanted to know if 1) there was still any interest in this or if the upcoming
   version of WordPress addresses this issue and 2) whether I’m allowed to post 
   this somewhere.

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/multiple-image-insert/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multiple-image-insert/page/2/?output_format=md)

 *  Thread Starter [callmeforsox](https://wordpress.org/support/users/sunscream/)
 * (@sunscream)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783066)
 * I posted this in another thread, but thought I should post it here too.
 * I’ve uploaded it here: [http://cache.theblemish.com/files/media.zip](http://cache.theblemish.com/files/media.zip)
 * Please test before you go live with it. It should be working, but just in case
   something conflicts, you’ll catch it.
 * Modifications include:
    * Default link location changed to post url from link
   url * Checkboxes and Insert selected in the post Gallery view * Default “thumbnail”
   selected instead of “medium”
 * This is the media.php file for wp-admin/includes/media.php. Not to be confused
   with wp-includes/media.php
 *  [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783096)
 * This saves so much time! From the checkbox-styled insert, to the default location
   changing from link url to post url, and “thumbnail” being selected by default.
   Thanks sunscream!
 *  [crafty1900](https://wordpress.org/support/users/crafty1900/)
 * (@crafty1900)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783105)
 * This was so helpful, thanks so much! I just started with wordpress, and most 
   of my posts have lots of pictures, so this saves time.
 *  [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783108)
 * Sunscream, will you be updating the media.php file with the 2.6 features?
 *  [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783170)
 * Will anyone be tackling this little mod when 2.7 releases?
 *  [PoMa](https://wordpress.org/support/users/pornomagnatas/)
 * (@pornomagnatas)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783171)
 * ;( it does not work on 2.7
 *  Thread Starter [callmeforsox](https://wordpress.org/support/users/sunscream/)
 * (@sunscream)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783172)
 * I’ve updated the media.php. If anyone knows how to suggest this code to the devs,
   let me know. Please replace the media.php in your wp-admin/includes folder.
 * Same link as before: [http://cache.theblemish.com/files/media.zip](http://cache.theblemish.com/files/media.zip)
 *  [PoMa](https://wordpress.org/support/users/pornomagnatas/)
 * (@pornomagnatas)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783174)
 * Whou 🙂 great.
 * I will try to test it in the evening.
 * Sunscream, big thanks to You.
 *  [PoMa](https://wordpress.org/support/users/pornomagnatas/)
 * (@pornomagnatas)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783175)
 * Well. It does not work for me… ;(
 *  Thread Starter [callmeforsox](https://wordpress.org/support/users/sunscream/)
 * (@sunscream)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783176)
 * Let me know the errors or what it’s not doing. Are there checkboxes?
 *  [PoMa](https://wordpress.org/support/users/pornomagnatas/)
 * (@pornomagnatas)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783178)
 * [http://img101.imageshack.us/img101/6451/wp27dp3.jpg](http://img101.imageshack.us/img101/6451/wp27dp3.jpg)
 * Completely broken styles, hide/show buttons do not work, flash uploader also 
   does not work for me…
 * wp 2.7
 *  Thread Starter [callmeforsox](https://wordpress.org/support/users/sunscream/)
 * (@sunscream)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783180)
 * That shouldn’t be happening because the altered code does nothing to change styles
   or anything else. I’ll re-up the file when I get time.
 *  [PoMa](https://wordpress.org/support/users/pornomagnatas/)
 * (@pornomagnatas)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783181)
 * Strange, but i see everything like in screenshot.
 * I’ll try to wait for your update.
 * Thanks.
 *  [theresavs](https://wordpress.org/support/users/theresavs/)
 * (@theresavs)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783184)
 * I see the same screenshot too, and when I go to insert an image, the box doesn’t
   stay open.
 *  Thread Starter [callmeforsox](https://wordpress.org/support/users/sunscream/)
 * (@sunscream)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/multiple-image-insert/#post-783189)
 * I’ve uploaded a new one. Let me know if it still messes up. For some reason, 
   I can’t reproduce the error on my end.

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/multiple-image-insert/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multiple-image-insert/page/2/?output_format=md)

The topic ‘Multiple image insert’ is closed to new replies.

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [Multiple images](https://wordpress.org/support/topic-tag/multiple-images/)

 * 22 replies
 * 10 participants
 * Last reply from: [fcgrabo](https://wordpress.org/support/users/fcgrabo/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/multiple-image-insert/page/2/#post-783215)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
