logo

This is an old version of this answer!

Return to the current answer
Go to home.php and remove line 19, should look something like this:
<img class="thumb" src="<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&amp;h=<?php echo get_theme_mod($position.'_thumb_height'); ?>&amp;w=<?php echo get_theme_mod($position.'_thumb_width'); ?>&amp;zc=1" alt="<?php the_title(); ?>" />


Or overwrite it with the file I've attached

Dan Fraticiu | 02/21/10 at 5:41am

This is an old version of this answer!

Return to the current answer