wp/wp-content/themes/IN-MOTION-package-u1/in-motion/archive.php
changeset 1 f6eb5a861d2f
parent 0 d970ebf37754
--- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/archive.php	Wed Nov 06 03:21:17 2013 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/archive.php	Thu Nov 07 00:08:07 2013 +0000
@@ -76,7 +76,7 @@
 				<?php if (get_post_type() == 'post') { 
 				?>	
 					<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
-					<div class="one-third-search fl mt-10"><a href="<?php the_permalink() ?>"  class="lightbox-image"><img src="<?php echo get_template_directory_uri(); ?>/scripts/timthumb.php?src=<?php echo $image[0]; ?>&h=129&w=208&zc=1" alt="" title="<?php the_title(); ?>" /></a></div>
+					<div class="one-third-search fl mt-10"><a href="<?php the_permalink() ?>"  class="lightbox-image"><img src="<?php echo get_template_directory_uri(); ?>/scripts/timthumb.php?src=<?php echo get_image_path($image[0]); ?>&h=129&w=208&zc=1" alt="" title="<?php the_title(); ?>" /></a></div>
 					<div class="two-third-search last-column fl mt-15"><p><?php echo $content; ?></p></div>				
 				<?php  }
 				else {?>
@@ -98,4 +98,4 @@
 		</div>
 	</div>
 </div>
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>