yazi.php yi şu şekilde değiştir arkadaşım
<div class="icerik" id="post-<?php the_ID(); ?>"><div class="ust"><span></span></div>
<?php if(($onceki) | ($sonraki)){?><h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h1><?}else{?> <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h2><?}?>
<div class="yazi">
<div class="yazi-ust">
<div class="yazi-tarih"><abbr><?php the_time('d F Y') ?></abbr></div>
<div class="yazi-yorum"><abbr><?php comments_popup_link('Yorum Yap »', '1 Yorum »', '% Yorum »'); ?></abbr></div>
</div>
<?php
$link=get_post_meta($post->ID, "link", true);
$resim=get_post_meta($post->ID, "resim", true);
?>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="315" id="Untitled-1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="/player.swf?file=<?=$link?>&autostart=true&type=video" />
<param name="quality" value="high" />
<embed src="/player.swf?file=<?=$link?>&autostart=true&type=video" quality="high" width="400" height="315" name="mymovie" align="middle" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>
<?php the_content(' '); ?>
</center></td></tr></table>
<div class="post-footer"><b><span class="kategori"><?php the_category(', ') ?></span></b>
</div>
</div><div class="alt"><span></span></div>
</div>