rendered paste body<?php get_header(); ?><div id="content"><?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?><div class="post"><table width="100%"> <tr> <td width="60"> <div id="datecal"> <?php the_time('M', '', ''); ?> <div class="day"> <?php the_time('d', '', ''); ?> </div> </div> </td> <td> <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <p class="timestamp"> <!--<?php if(function_exists("draw_calendar")) draw_calendar(); ?>--> Scritto da <strong><?php the_author() ?></strong> alle <?php the_time() ?> <br/> Oggi parliamo di <?php the_category(', ') ?> <?php edit_post_link('[e]',' | ',''); ?> <!-- | <?php comments_popup_link('Nessun commento →', '1 commento →', '% commenti →'); ?> --> </p> </td> <td width="60"><div class="commentsquare"><?php comments_popup_link('0', '1', '%'); ?></div></td> </tr></table> <div class="contenttext"> <?php the_content('<div id="continua">Continua a leggere</div>'); ?> Vota questo articolo su <a href="http://www.wikio.it/vote" target="_tab"><img src="http://www.wikio.it/shared/img/vote/wikio4.gif" border="0" style="vertical-align:middle;"/></a><br/> </div> <?php do_action('awp_comments_link');?> <p class="postmeta"></p></div><?php endwhile; ?><div class="postpagesnav"> <center><!-- <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> --> </center><!-- <div class="older"><?php next_posts_link('« Articolo precedente') ?></div><div class="newer"><?php previous_posts_link('Articolo successivo »') ?></div>--><br class="clear" /></div><?php else : ?><h2>Impossibile trovare la pagina richiesta</h2><p><span class="center">Spiacente, ma quello che stai cercando non sembra essere qui.</span></p><?php endif; ?></div><?php get_sidebar(); ?><?php get_footer(); ?>