Title: Multiple image per post
Last modified: September 1, 2016

---

# Multiple image per post

 *  [Sirion89](https://wordpress.org/support/users/sirion89/)
 * (@sirion89)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/multiple-image-per-post/)
 * Hi,
 * I saw that since the last version it is possible to upload multiple images when
   inserting a new post. That’s exactly what i need, the problem is that from what
   i can see this works only if you are logged in.
 * I would need to enable this feature even for browsing users, is it possibile 
   by doing something or i have to dig/edit your plugin’s code to do that?
 * Thanks
 * [https://wordpress.org/plugins/classifieds-wp/](https://wordpress.org/plugins/classifieds-wp/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [classifiedswp](https://wordpress.org/support/users/classifiedswp/)
 * (@classifiedswp)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/multiple-image-per-post/#post-7571437)
 * [@sirion89](https://wordpress.org/support/users/sirion89/), multiple images is
   meant to be used only with logged users.
 * Currently, it’s not possible to ‘toggle’ it on/off.
 * The multiple images uploader use WordPress native image browser and honors it’s
   users permissions, meaning that only logged users can upload images.
 * If you are a developer and you know your way around WordPress development you
   can try ‘hacking’ the functionality.
 *  Thread Starter [Sirion89](https://wordpress.org/support/users/sirion89/)
 * (@sirion89)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/multiple-image-per-post/#post-7571462)
 * Hello,
 * Thank you for your information. I had a look at your code and i had the suspect
   to hear that answer. Would it be possible for you to add some hooks all over 
   the generation and parse of the media file from the insert procedure so that 
   i don’t have to directly edit your plugin code to make it work? For example i
   saw that the input type file is hardcoded, it would be nice to be able to filter
   that (i could start from there adding a multiple attribute)
 * If the above one is not possibile, do you have a github repo of your plugin? 
   If so i can fork it and then request for a merge on your master branch.
 * If both of the above fails i will simply edit the code on my local copy.
 * Thanks
 *  Plugin Author [classifiedswp](https://wordpress.org/support/users/classifiedswp/)
 * (@classifiedswp)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/multiple-image-per-post/#post-7571486)
 * [@sirion89](https://wordpress.org/support/users/sirion89/), we’re still working
   on some actions/filters to be added in a future release and we currently don’t
   have a public repository.
 * If you want to use a multiple attribute for the images we would suggest you to
   customize the input field directly trough the field template.
 * Each field provides it’s own overrideable template. The default templates are
   available under ../templates/form-fields. There you’ll also find the file field
   template.

Viewing 3 replies - 1 through 3 (of 3 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/classifieds-wp_42a2cd.svg)
 * [Classifieds WP](https://wordpress.org/plugins/classifieds-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/classifieds-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/classifieds-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/classifieds-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classifieds-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classifieds-wp/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [classifiedswp](https://wordpress.org/support/users/classifiedswp/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/multiple-image-per-post/#post-7571486)
 * Status: not resolved