-
'attachment',
'numberposts' => -1,
'post_status' => null,
'post_parent' => $post->ID
);
$attachments = get_posts( $args );
if ( $attachments ) {
foreach ( $attachments as $attachment ) {
$Img = wp_get_attachment_image( $attachment->ID, 'gallery' );
$ImageUrl = wp_get_attachment_image_src( $attachment->ID, 'full' ) ;
$ImageDes = apply_filters('the_content', $attachment->post_content);
?>