Skip to content

Instantly share code, notes, and snippets.

@antiden
Created January 9, 2017 07:06
Show Gist options
  • Save antiden/28f7285cbd05e648822f0cc20820b730 to your computer and use it in GitHub Desktop.
Save antiden/28f7285cbd05e648822f0cc20820b730 to your computer and use it in GitHub Desktop.
WP ACF Field
<?php if(get_field('logo')) { ?>
<?php echo get_field('logo', $post_id) ?>
<?php } ?>
<?php if(get_field('logo')) { ?>
<?php the_field('logo') ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment