single.php de 17. satırı şu kod ile değiştiriniz.
$video = get_post_custom_values("video");
yine single.php de 25. satırı şu kod ile değiştiriniz.
<?php echo get_post_meta($post->ID, "video", true); ?>
index.php de 31. satırı şu kod ile değiştiriniz.
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" width="120" height="90" alt="<?php the_title(); ?>" /></a>
sidebar_right_2.php de 48. satırı şu kod ile değiştiriniz.
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" width="120" height="90" alt="<?php the_title(); ?>" /></a>