Skip to content

Instantly share code, notes, and snippets.

@carlosjunod
Created April 24, 2014 14:34
Show Gist options
  • Save carlosjunod/bda19b1b8604fc0bfeaa to your computer and use it in GitHub Desktop.
Save carlosjunod/bda19b1b8604fc0bfeaa to your computer and use it in GitHub Desktop.
Mostrar imagen URL con el plugin Advance custom field From http://www.advancedcustomfields.com/resources/field-types/image/
<?php if( get_field('image') ): ?>
<img src="<?php the_field('image'); ?>" />
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment