Skip to content

Instantly share code, notes, and snippets.

@mikedamage
Created May 1, 2014 14:42
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 mikedamage/77b4904e338619e73e4b to your computer and use it in GitHub Desktop.
Save mikedamage/77b4904e338619e73e4b to your computer and use it in GitHub Desktop.
pods image field
<?php
$pod = pods('image', 12);
$src = $pod->field('source');
$url = pods_image_url($src);
?>
<img src="<?php echo $url; ?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment