Skip to content

Instantly share code, notes, and snippets.

@marks
Created October 14, 2014 21:16
Show Gist options
  • Select an option

  • Save marks/34325d18573c2b6beb7e to your computer and use it in GitHub Desktop.

Select an option

Save marks/34325d18573c2b6beb7e to your computer and use it in GitHub Desktop.
<?php $homepage_page_id = 1009; ?>
<?php if(get_field('acf_homepage-featured-image', $homepage_page_id)){ ?>
hi
<?php the_field('acf_homepage-featured-image', $homepage_page_id); ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment