<?php get_header(); ?>
<?php include (TEMPLATEPATH . '/adsense.php'); ?>
<div class="entry">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<!-- google_ad_section_start -->
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<p class="datex">Escrito Por: <?php the_author(); ?> en <?php the_category(', ') ?> | <?php the_time('j \d\e F \d\e\l Y\ ') ?> <?php edit_post_link('Editar'); ?></p>
<div class="spacer"></div>
<?php the_content(''); ?>
<!-- google_ad_section_end -->
</div><!--Termina Post -->
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(' <p class="large blue awesome"> « Anteriores</p>') ?></div>
<div class="alignright"><?php previous_posts_link('<p class="large blue awesome">Recientes »</p>') ?></div>
</div>
<?php else : ?>
<?php endif; ?>
</div><!--Termina Entradas -->
<?php get_sidebar(); ?>
<br clear="all" />
<?php get_footer(); ?>