Cleanest/simplest method to render image fields with Drupal 7
Monday, Sep 26th, 2011
A common issue when building a site in Drupal: you've got a $node, $vars['node'], or $form_state['node'] and need to render an image (with image style) from one of the fields. I am building a custom form in this instance, and need to show the first image stored in some loaded nodes.