Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created December 1, 2015 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjhole/4fd6354639f4cdc3b5d5 to your computer and use it in GitHub Desktop.
Save tjhole/4fd6354639f4cdc3b5d5 to your computer and use it in GitHub Desktop.
<?php
$image = get_field('image');
if( !empty($image) ): ?>
<img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>" />
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment