<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="header"></div>
<div class="text">
<div class="dataindex"><?php the_time('l, j F Y') ?> </div>
<h2>
"><?php the_title(); ?></h2>
<autoreindex><?php the_author() ?></autoreindex>
<div class="entry">
<?php the_content('Leggi il resto...'); ?>
</div>
</div>
<p class="postmetadataindex"><?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
<div class="footer"></div>
</div>
<?php endwhile; ?>
<div class="navigation">
<h3><div class="alignright"><?php next_posts_link('« Post Precedenti') ?></div></h3>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></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 include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php include (TEMPLATEPATH . '/sidebar2.php'); ?>
<?php get_footer(); ?>