<?php get_header(); ?>
<div class="divDivisiblePrimero contenido2Tercios"><div class=textoUsable>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>"><br>
<h2><?php the_title(); ?></h2>
<p class="miniTexto subTitulo">Por <?php the_author_posts_link(); echo ' | '; the_date('j \d\e F \d\e Y') ?> <?php if( get_comments_number()>0 ){ echo ' | <a rel=nofollow class=iconoOpinion href="#comments">' .get_comments_number(). ' comentarios</a>'; } ?></p>
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Páginas:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<hr class=separacion>
<div class="padeadoDoble fondoAzulClaro">
Deja un comentario :)
<!--<p class=padeadoHorizontal><a href="#respond" class=iconoOpinion>¿Quieres opionar?</a>, tu opinión nos interesa</p>-->
<!--<p class=padeadoHorizontal><a class=iconoRss href="<?php bloginfo('rss2_url'); ?>">Suscríbete a nuestro feed</a> y recibirás muchos más gratis.</p>-->
<table id=compartir class="padeadoHorizontal padeado miniTexto tablaCompartir">
</tr>
</table>
</div><br></div>
<!-- <?php trackback_rdf(); ?> -->
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Lo sentimos, no hemos encontrado ningún artículo.</p>
<?php endif; ?>
</div></div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>