Hi there, this isn’t really possible to do easily, since – if I understand you correctly – your photos are added within the post editor, and so they’re part of the_content() function, which outputs all post content in one chunk. It’s not possible to easily inject the entry-meta information within post content.
The only way I can think of to do this would be to use custom fields, adding your photo within a custom image field, and then outputting it in your template file within a child theme.
Kathryn,
Thank you very much, both for this topic and my other issue with the meta links. Since I can’t seem to do what I wanted, and the meta links are causing so many other issues, I’ve currently set their display to none so they no longer show up on my post pages.
I plan on studying up on how to create child themes and then see if I can re-jigger everything to look and act the way I want on my own time. You’ve been so helpful and nice during this whole thing, so I thank you from the bottom of my heart.
Best to you.
Geekman
You’re very welcome, it’s been my pleasure to help.
Here are a couple of child-theme tutorials I like to refer folks to:
http://codex.ww.wp.xz.cn/Child_Themes
http://op111.net/53/
http://vimeo.com/39023468
Child themes are really wonderful and pretty easy to do once you wrap your head around how they work.
Good luck!