I added some images to a post, and I am trying to display them on the single page. I m using <?php get_children(); ?>, but it is not working. O tried it within the loop and outside of the loop....neither works. Can someone please help me figure out how to fix this?
single.php -- http://wordpress.pastebin.com/B8DKyEgK
Thanks, that is closer. For some reason, it is duplicating the first image in the post, the images are not full size, and also I tried to remove the "the_title" argument because I just want the images, and I got an error on the page. Please advise.
Here is the code I have now:
http://wordpress.pastebin.com/f1QnfUu9
Anyone have any ideas?????
Nevermind. I resolved this