Bu kodlar ile değiştirirseniz hiç bir sorun kalmayacaktır. Kolay gelsin...
Alıntı
<?php get_header(); ?>
<div id="lsidebar"><?php include (TEMPLATEPATH . '/lsidebar.php'); ?></div>
<div class="entry">
<div align="center" style="padding:10px;">
</div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<small>Written by <?php the_author() ?> on <abbr title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s – %2$s'), the_date('', '', '', false), get_the_time()) ?></abbr> - <?php if(function_exists('the_views')) { the_views(); } ?> </small><br /><br />
<?php the_content('Devamini Oku»'); ?>
<br />
<?php the_tags('Etiketler: ', ', ', '<br />'); ?>Kategorisi <?php the_category(', ') ?> | <?php edit_post_link('Duzenle', '', ' | '); ?> <?php comments_popup_link('Yorum yok »', '1 Yorum »', '% Yorum »'); ?><br />
<div class="line"></div>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Geri') ?></div>
<div class="alignright"><?php previous_posts_link('ileri »') ?></div>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
</div></div>
<div id="sidebar"><?php include (TEMPLATEPATH . '/rsidebar.php'); ?></div>
<?php get_footer(); ?>