Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Last active August 29, 2015 14:13
Show Gist options
  • Save LinzardMac/1a169ff05d70063e8db1 to your computer and use it in GitHub Desktop.
Save LinzardMac/1a169ff05d70063e8db1 to your computer and use it in GitHub Desktop.
foreach($var as $img):
$img=$img['ID'];
$newimg = wp_get_attachment_link($img, 'full');
$i = 0;
?>
<li id="<?php echo $img[number];?>"><?php echo $newimg; ?></li>
<?php
$i++;
endforeach;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment