<?php get_header(); ?>
<div class="column_center">
<div class="indent_center">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="title">
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="info">posted by <?php the_author(); ?> @ <span><?php tm_date('G:i A');?></span></div>
<div class="date"><?php tm_date('');?></div>
<div class="clear"></div>
</div>
<div class="text_box">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<div class="comments">
<div>
<div class="block_com"><a href="<?php comments_link(); ?>"><em><b><?php comments_number('0', '1', '%', 'number'); ?> Comments</b></em></a></div>
</div>
</div>
<?php endwhile; ?>
<!--end content-->
<!--start vavigation-->
<div class="navigation">
<div class="left"><?php next_posts_link('« Previous Entries') ?></div>
<div class="right"><?php previous_posts_link('Next Entries »') ?></div>
<div class="clear"></div>
</div>
<!--end navigation-->
<?php else : ?>
<div class="title"><h3 id="respond">Not Found</h3></div>
<div class="text_box">
<p>Sorry, but you are looking for something that isn't here.</p><br />
<div id="search">
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
</div>
</div>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Questo invece dell' index.