wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single-portfolio.php
changeset 1 f6eb5a861d2f
parent 0 d970ebf37754
equal deleted inserted replaced
0:d970ebf37754 1:f6eb5a861d2f
   129 									
   129 									
   130 									foreach($attachments as $att_id => $attachment) {
   130 									foreach($attachments as $att_id => $attachment) {
   131 										$full_img_url = wp_get_attachment_url($attachment->ID);
   131 										$full_img_url = wp_get_attachment_url($attachment->ID);
   132 										echo '<div class="slide">';
   132 										echo '<div class="slide">';
   133 										?>
   133 										?>
   134 										<a href="#"><img src="<?php echo get_template_directory_uri(); ?>/scripts/timthumb.php?src=<?php echo $full_img_url; ?>&h=320&w=570&zc=1" title="" alt=""></a>
   134 										<a href="#"><img src="<?php echo get_template_directory_uri(); ?>/scripts/timthumb.php?src=<?php echo get_image_path($full_img_url); ?>&h=320&w=570&zc=1" title="" alt=""></a>
   135 										<?php
   135 										<?php
   136 										echo '</div>';
   136 										echo '</div>';
   137 								} //end foreach
   137 								} //end foreach
   138 								echo '</div>';
   138 								echo '</div>';
   139 								echo '</div>';									
   139 								echo '</div>';