This is an old version of this answer!
Return to the current answerGo to home.php and remove line 19, should look something like this:
Or overwrite it with the file I've attached
<img class="thumb" src="<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&h=<?php echo get_theme_mod($position.'_thumb_height'); ?>&w=<?php echo get_theme_mod($position.'_thumb_width'); ?>&zc=1" alt="<?php the_title(); ?>" />
Or overwrite it with the file I've attached
Dan Fraticiu | 02/21/10 at 5:41am





