Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created December 14, 2015 20:57
Show Gist options
  • Save sarvar/638f28d45338299174e2 to your computer and use it in GitHub Desktop.
Save sarvar/638f28d45338299174e2 to your computer and use it in GitHub Desktop.
Hiding empty fields ACF
<?php if( get_field('field_name') ): ?>
<p>My field value: <?php the_field('field_name'); ?></p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment