Drupal Render Image Field URL using function field_view_field

<?php print render (file_create_url($node->field_name ['und'][0]['uri'])); ?>
Render the image url from a custom field added to a node.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.