I’m looking for a simple image gallery for a client of mine.
I need to have the ability to upload multiple images from within a post or page and have the images automatically added to the page, and styled.
I was able to fine this http://wordpress.org/support/topic/post-image-4
Which sounds similar to what I’m looking for, but I can’t seem to get it to work properly.
Does anyone know how I could go about this?
figured out.
Just need to add this to functions.php
Then add this to the post page (in my case single.php)
Now any images uploaded in a particular post are automatically added.