Posting a single picture is easy enough when using the 'Post Content Template' functionality of the Post Body field, but scratching my head over how i would reference multiple images in the post body.
the default configuration when you add one photo is this:
{Post Image:2:large:left}
i hope it's as simple as copy & paste that one line, and change a minor parameter.
lastly... the thumbnail in my blog associated with each post is something i have to do manually and this is traditionally achieved by adding a custom field below the body
called THUMB and the value is something like this:
<img src='http://www.mysite.com/wp-content/uploads/2010/11/mypic.jpg'alt=''/>
is there a place that i can simply include the THUMB field, and the 1 line where i can replace the path with {Post Image:2:large:left} which was created earlier?
obviously i'm trying to automate the thumbnail creation without having to throw in the
custom THUMB and picture path manually each time.
thanks in advance for any useful info on this process!
this may not be the right way of doing this ( as gravity forms is brand new to me ) but you
can get a good idea of what i'm trying here.