[SOLVED] Loading images from Media Library?
I'm working on a site where I want users to be able to upload images which will then be included in the slideshow galleries. I'm using (but not married to) Frontend Uploader (http://wordpress.org/extend/plugins/frontend-uploader/) which puts uploaded images into the media library. So far so good.
The problem is, I can't figure out how to get images from the library into a gallery. Is there any way other than downloading and re-uploading each image? Or, does slideshow gallery have it's own user-upload mechanism?
Thanks!
The problem is, I can't figure out how to get images from the library into a gallery. Is there any way other than downloading and re-uploading each image? Or, does slideshow gallery have it's own user-upload mechanism?
Thanks!
Comments
I've attached four images to another post of mine but the code [slideshow] takes all slides from both galleries made in the slideshow plugin instead of the images I've attached to the post.
I'd prefer to use the WP media folder over the separate galleries because I want to attach images as I'm writing the post, instead of making separate galleries and then writing the posts.
So... Why is this particular code showing ALL images from both galleries in the slideshow plugin instead of the attached images from the WP media folder?
ETA: Hmmm.. I may have found the problem, but now onto the solution. Apparently I need to use:
<code>[slideshow post_id="123"]
But where do I get the post id if I'm using day and name for permalink (instead of the default:
testingblog1/?p=123
)
and am still writing the post (so it's not published yet)Thanks for the help!
Like I asked, what should I use as ID when my format is not "?p=123" but instead 2014/04/07/sample-post. That's, after all, not an ID.