<?php
get_header();
?>
<div id="wrap">
<div id="main">
<div id="sidebar_left">
<?php include (TEMPLATEPATH . '/sidebar_left.php'); ?>
</div>
<!--Start content-->
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="block center">
<div class="header"><p class="date"><?php the_time('F j, Y'); ?></p><p class="comments"><?php comments_popup_link('Yorumsuz','(1) Yorum','(%) Yorumlar'); ?></p><p class="c"></p></div>
<div class="wrap">
<div class="top_post">
<h3><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h3>
<div class="meta">
<p class="author"><?php the_author(); ?></p>
<?php if (get_the_tags()): ?><p class="tags"><?php the_tags(''); ?></p><?php endif;?>
<p class="c"></p>
</div>
</div>
<div class="content">
<?php the_content(" "); ?>
</div>
<div class="bottom"></div>
</div>
</div>
<?php endwhile; ?>
<?php else: ?>
<div style="text-align:center; padding:1em;"><?php _e('Sorry, no posts matched your criteria.'); ?></div>
<?php endif; ?>
</div>
<div id="sidebar_right">
<?php include (TEMPLATEPATH . '/sidebar_right.php'); ?>
</div>
<div class="c"></div>
</div>
<?php get_footer(); ?>
tum ındex bu