Bir arkadaşım saolsun özel mesaj atıp page.php sayfamdan kaynaklı bir sorun olabilri </div> kodlarının fazlalıgı yada eksikligi demiş ama anlamadım page sayffam budur acaba eksik yada fazlallık mı var ?

<?php get_header(); ?>

<div class="solagel"><div class="bozulmaamq">

			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="yazilar">

<div class="has2">

<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

<div class="bilgican">

<div class="yazar"><strong><?php the_author() ?></strong> tarafından <strong><?php the_time('j F Y'); ?></strong> tarihinde yazılmıştır. </div>

</div><div class="yorumsayisi"><?php comments_number('Yorum Yok', '1 Yorum ', '% Yorum' );?></div>

<div class="domestos"></div>

</div>

<div class="icerik">

<?php

$resim = get_post_meta($post->ID,'video', true);

$yazi =  get_post_meta($post->ID,'normalvideo', true);

if($resim != "") {  ?>

<div class="video">

	<center><object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="400" height="298">

		<param name="movie" value="http://www.anarschi.com/player-viral.swf" />

		<param name="allowfullscreen" value="true" />

		<param name="allowscriptaccess" value="always" />

		<param name="flashvars" value="file=<? echo strtolower($resim); ?>&image=http://www.anarschi.com/video.jpg&logo=http://www.anarschi.com/videologo.png&skin=http://www.anarschi.com/anarschi.swf" />

		<object type="application/x-shockwave-flash" data="http://www.anarschi.com/player-viral.swf" width="400" height="298">

			<param name="movie" value="http://www.anarschi.com/player-viral.swf" />

			<param name="allowfullscreen" value="true" />

			<param name="allowscriptaccess" value="always" />

			<param name="flashvars" value="file=<? echo strtolower($resim); ?>&image=http://www.anarschi.com/video.jpg&logo=http://www.anarschi.com/videologo.png" />

			<p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>

		</object>

	</object></center>

</div>

<?php } elseif($resim == "" && $yazi != "") { ?>

<div class="video">

<center><?php echo $yazi; ?></center>

</div>

<?php }else{ ?>

<?php } ?>

<?php the_content(__('Devamını Oku'));?>

</div>

 <div class="domestos"></div>

</div>

<div class="yorumlar">

<?php comments_template(); // Get wp-comments.php template ?><div class="domestos"></div></div>

<div class="domestos"></div>

					<?php endwhile; else: ?><div class="domestos"></div>

			

			<?php endif; ?>

</div>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>