>
$post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) ); if ( $the_bootstrap_images ) : $the_bootstrap_total_images = count( $the_bootstrap_images ); $the_bootstrap_images = array_slice( $the_bootstrap_images, 0, 10 ); ?>