Enteresan... O zaman eski kodlarınızdaki şu alanı:
<img src="<?php if($image_src != '') { echo $image_src; } ?>"
alt="<?php the_title(); ?>" class="left" width="200px" height="200px" />
şu şekilde düzenleyip dener misiniz?

<img src="<?php if($image_src != '') { echo $image_src; } else { echo "http://siteadi.com/resim.jpg"; }  ?>" alt="<?php the_title(); ?>" class="left" width="200px" height="200px" />