ID, '_kad_image_gallery', true ); $attachments = array_filter( explode( ',', $image_gallery ) ); if ( $attachments ) foreach ( $attachments as $attachment_id ) { echo '
  • ' . wp_get_attachment_image( $attachment_id, 'thumbnail' ) . '
  • '; } ?>