arkadaşlar page.php de bazı kodları unutmuşum k.bakmayın

yeni page.php

Alıntı
<?php get_header(); ?>

<div id="main">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2 class="anabaslik">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<?php the_title(); ?>
</a>
</h2>
<div class="article" id="post-<?php the_ID(); ?>">
<div class="entry clearfix">
<?php the_content('Read the rest of this entry &raquo;'); ?>

</div>
<ul>

</ul>
</div>
<div id="yaziaciklama">
Etiketler: <?php the_tags(''); ?>.
</div>
<?php endwhile; else: ?>

<p>Üzgünüz,Aradığınız Sayfa Silinmiş veya adı değiştirilmiş olabilir..Lütfen Arama Yapınız..</p>
<?php endif; ?>


</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
eski page.php nizi not defteriyle açıp veya panelden değiştirin.