+
+
+
+
+
+ }
+ Études réalisées par les étudiants de BTS communication et médias numériques
+ +
+
+
+
+
+ id="post-">
+
+
+
+
+
+
+
+
+
+
+ ID, 'post_type_selected' , true);
+
+
+ if($postType == 'Slideshow') //slidehow portfolio
+ {
+ $attachments = get_children(array('post_parent' => $post->ID,
+ 'post_status' => 'inherit',
+ 'post_type' => 'attachment',
+ 'post_mime_type' => 'image',
+ 'order' => 'ASC',
+ 'orderby' => 'menu_order ID'));
+
+ echo '
+
+ ';
+
+ }// end if slideshow
+
+ if($postType == 'Image') //slidehow KOPIJA!!!.. če zgoraj zajebeš..
+ {
+ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' );
+ ?>
+
+
+
+