Created
October 14, 2014 21:16
-
-
Save marks/34325d18573c2b6beb7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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