El miércoles pasado, día 1 de abril, Nigra Mercato presentó en exclusiva la nueva silueta de la familia Boost de adidas, la ZX 8000 Boost. El nuevo modelo incorpora las últimas tecnologías de amortiguación propias de la marca alemana, Boost más EVA Foam, que junto a un diseño bastante lifestyle y running, hacen del mismo las zapatillas del momento.
El evento contó además con música y cervezas, por lo que todos aquellos que se dejaron ver pudieron ver en directo el modelo y disfrutar reunidos de la tarde madrileña.
Fotógrafo: Juanma Jmse
foreach ($images as $image) {
if ($start <= $i and $i < $stop) {
$img_title = $image->post_title; // title.
$img_description = $image->post_content; // description.
$img_caption = $image->post_excerpt; // caption.
$img_url = wp_get_attachment_url($image->ID); // url of the full size image.
$preview_array = image_downsize( $image->ID, 'thumbnail' );
$img_preview = $preview_array[0]; // thumbnail or medium image to use for preview.
?>
}
$i++;
}
?>
}
}
// LAST NIGHT GALLERY=============================
// Get attached images & spits out a list of them.
function last_night_gallery($size = 'post-parrilla', $limit = '0', $offset = '0') {
global $post;
$images = get_children( array('post_parent' => $post->ID, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID') );
if ($images) {
$num_of_images = count($images);
if ($offset > 0) : $start = $offset--; else : $start = 0; endif;
if ($limit > 0) : $stop = $limit+$start; else : $stop = $num_of_images; endif;
$i = 0;
?>
















