I would like to accept entries, and them publish these posts on a page.
The form takes an uploaded file (a picture), the details of the poster, and a description of the picture.
What I've figured out so far:
So far, I've got a form accepting entries. The form is embedded in a page. I'm receiving the entries as drafts. I can mark them as published.
So, my next step:
I'd like to figure out how to publish a page that will grab the post content and the submitted picture from each entry.
How I think I can do it:
It looks like the entries are all posts. They are all posts that have the same category. So, all I have to do is create a custom loop that will grab posts of that category, then extract the text from the post, and the image submitted by the poster.
ok .... am I on the right track so far?
If I have, then my question boils down to this: "how to grab the picture submitted with the form, while I'm in the loop".
What I've tried:
I spent quiet a bit of time trying to figure out how to get my ideal result using Zach's directory and add ons plugin. I wasn't able to get the outcome I wanted( Looks like a great plugin, though).
Sunil