YOUR PHOTOS [user-submitted-posts] $attachments= get_attached_media( 'image', $post->ID ); foreach($attachments as $att_id => $attachment) { $full_img_url = wp_get_attachment_url($attachment->ID); something Dogsbody