<div class="postmeta">
<small>
<img style="border:0" src="<?php bloginfo('template_directory'); ?>/i/comment.gif" alt="comentarios" />
<?php comments_popup_link('Ningún comentario', '1 comentario', '% comentarios'); ?>
<?php if(function_exists('the_views')) { the_views(); } ?>
<?php if(function_exists('akst_share_link')) { akst_share_link(); }; ?>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
</small>
</div>
</div>
</div>
<?php endwhile; ?>
<!-- Start Nav -->
<div class="navigation2">
<?php if (function_exists('wp_pagenavi')) { wp_pagenavi(); ?>
<?php } else { ?>
<div class="alignleft"><?php next_posts_link('Entradas anteriores') ?></div>
<div class="alignright"><?php previous_posts_link('Entradas Recientes') ?></div>
<?php } ?>
<!-- End Nav -->
</div>
<?php else : ?>
<?php include (TEMPLATEPATH . "/404content.php"); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>