<?php get_header(); ?>
<div id="main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<p class="post-info">Posted by <?php the_author(); ?> | Filed under <?php the_category(', ') ?></p>
<?php the_content('Read the rest of this entry »'); ?>
<?php the_tags('<p>Tags: ', ', ', '</p>'); ?>
<p class="postmeta">
<a href="<?php the_permalink() ?>" class="readmore"><strong><span style="color: #ffffff;">Articolo</span></strong></a> | <?php comments_popup_link('Commenti (0)', 'Commenti (1)', 'Commenti (%)', 'Commenti', 'Commenti off') ?> | <strong><span style="color: #ffffff;"><span class="date"><?php the_time('F jS, Y') ?></span> </span></strong>
</p>
<?php endwhile; ?>
<div class="float-left"><?php next_posts_link('« <strong><span style="color: #ffffff;"> Articoli Precedenti</span></strong>') ?></div>
<div class="float-right"><?php previous_posts_link('<strong><span style="color: #ffffff;"> Articoli Nuovi</span></strong>»') ?></div>
<?php else : ?>
<h2>Not Found</h2>
<p>Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
<!-- main ends -->
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>