Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Created March 15, 2017 11:50
Show Gist options
  • Select an option

  • Save luisfelipe-dev/4dd124ccdeae2d475e60ea1177b87294 to your computer and use it in GitHub Desktop.

Select an option

Save luisfelipe-dev/4dd124ccdeae2d475e60ea1177b87294 to your computer and use it in GitHub Desktop.
Só aparece a opção se for cadastrada.
<?php if( get_sub_field('telefone_representante') ): ?>
<p><i class="fa fa-phone" aria-hidden="true"></i> <?php echo the_sub_field('telefone_representante');?></p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment