Şöyle dener misin dostum?

$resim = $resim[0];
if ($resim) {
$img = $resim;
} elseif (has_post_thumbnail()) {
$img = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
} else {
$img = get_bloginfo('template_url')."/images/thumbnail.png";
} ?>
<?php the_title(); ?>