diff -r 000000000000 -r d970ebf37754 wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,131 @@ + + + + +
+
+ +
+
+

+ }

É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 '
'; + echo '
'; + + foreach($attachments as $att_id => $attachment) { + $full_img_url = wp_get_attachment_url($attachment->ID); + echo '
'; + ?> + + '; + } //end foreach + echo '
'; + 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' ); + ?> + + ID, 'post_video_url' , true); //POPRAVI, KO NAJDEŠ NAPAKO ZA VIDEO + if(!empty($video_url)) + { + echo '
'.$video_url.'
'; + } + }// end if video + ?> + + +
+ +
+

+
+ + + + +
+
+ +
+
+

+ +
+
+ +
+ +
+ + +
+
+ \ No newline at end of file