Guest User

Untitled

a guest
Feb 11th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php $images =& get_children( 'post_type=attachment&post_mime_type=image&post_parent=' . $post->ID );
  2. foreach( $images as $imageID => $imagePost )
  3. echo wp_get_attachment_link($imageID, 'thumbnail', false); ?>
Add Comment
Please, Sign In to add comment