Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Is there a simple script out there that would allow multiple images to be uploaded via my theme options page (Which is based on this script - http://buildinternet.com/2010/01/create-custom-option-panels-with-wordpress-2-9/ )?

I need to be able to upload 6 images which will feature in a site-wide slideshow.

share|improve this question
Not really, in 3.3 the media uploader will actually get a decent API you can hook into it seems, so you might want to revisit once that one comes out... – Joost de Valk Sep 28 '11 at 15:07
2  
This is a shameless plug for a theme options framework I helped build which handles image uploads. You would need to create six different image type options, but it would work. upthemes.com/upthemes-framework – Brian Fegter Sep 28 '11 at 16:01

1 Answer

I've just found this code to work on a file uploader form on template, it creates a new attachment and link it to any post (if specified).

http://madebyraygun.com/blog/2012/upload-and-attach-multiple-images-from-the-wordpress-front-end/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.