If you see my code you can see:
<div class="nextprevious">
<div class="left"><?php next_posts_link('« Anteriores') ?></div>
<div class="right"><?php previous_posts_link('Siguientes »') ?></div>
</div>
<div class="clear"></div>
but it don’t show it!!!
i think is something about this:
<?php $top_query = new WP_Query('showposts=8'); ?>
<?php while($top_query->have_posts()) : $top_query->the_post(); $first_post = $post->ID; ?>