Skip to content

Instantly share code, notes, and snippets.

@Riaan-ZA
Created March 19, 2012 13:05
Show Gist options
  • Save Riaan-ZA/2111393 to your computer and use it in GitHub Desktop.
Save Riaan-ZA/2111393 to your computer and use it in GitHub Desktop.
Drupal 7: Test if field has a value
<?php if (field_get_items('node', $node, 'field_address')) : ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment