Skip to content

Instantly share code, notes, and snippets.

@keeprock
Created March 1, 2015 19:10
Show Gist options
  • Save keeprock/a352ca898a8b52065e86 to your computer and use it in GitHub Desktop.
Save keeprock/a352ca898a8b52065e86 to your computer and use it in GitHub Desktop.
Display custom field in template
<?php print render(field_view_field('node', $node, 'field_CUSTOM', array(
'label' => 'hidden'
))); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment