Hello,
I've created an image field with the plugin and now I'm confused how to display that image in a template I've tried the following without much success:
$img = types_render_field("wpcf-people_photo", array("alt"=> "Profile image",
"size" => "image-custom-size-name"));
echo $img;
This doesn't do anything. I would really appreciate if you could give an example of how to display an image of a registered image size.
Many thanks,
Dasha