Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active August 25, 2016 05:49
Show Gist options
  • Save bigin/ed81f8e8761ab47fd6667d8e897d9c81 to your computer and use it in GitHub Desktop.
Save bigin/ed81f8e8761ab47fd6667d8e897d9c81 to your computer and use it in GitHub Desktop.
foreach($item->fields->fieldname->fullurl as $key => $url) {
// Output an image with title and url
echo '<img alt="'.$item->fields->fieldname->title[$key].'" src="'.$url.'">';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment