Hello.
I recently purchased a license and am trying to do a form to create a new post.
Everything works fine, custom fields, title, excerpt etc etc.
The problem is: I can not find how to get the path of the image (Post Image), I found the image in $ PATH.../wp-content/uploads/gravity_forms/1/2011/05/image.png
How do I find this path for use in a custom template, not in post body, in a template?
For custom fields use:
$custom = get_post_custom ($ post-> ID);
Thanks in advance