Hi, I've created a custom field using this great plugin that lets users upload an image to accompany their post. First of all, how do I display the image, both in the loop and outside of it? I can display the other fields using echo get_post_meta($postid, 'fieldName', true); since those are just text, but if I do that for the image it just echos out the associated post_id.
Secondly, how can I display a thumbnail of the image?
Thanks!