Buenas, gracias por las respuestas.
Primero de todo, publico el codigo del index.php
Código PHP:
<?php
get_header();
?>
<?php $count = 0;?>
<?php query_posts('showposts=16'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="postindex" id="post-<?php the_ID(); ?>">
<div class="entry">
<a href="<?php the_permalink() ?>" rel="bookmark">
<img src="<?php $values = get_post_custom_values("poster"); echo $values[0]; ?>" alt="<?php the_title(); ?>" /></a>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
<?php if(function_exists('the_views')) { the_views(); } ?>
</div>
</div>
<?php endwhile; else: ?>
<h2>Not Found</h2>
<p>Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
<div class="alignleft"><?php next_posts_link('« previous') ?></div>
<div class="alignright"><?php previous_posts_link('next »') ?></div>
<?php get_footer(); ?>
Os cuento, simplemente he instalado un theme, que al parecer tiene este problema, porque he visto otras webs con el mismo theme que les pasa lo mismo, y otras que lo tienen solucionado (por eso espero que tenga solucion)
Si modifique los permalinks, pero volvi a dejarlo todo como estaba y nada, sigue sin funcionar. He instalado todo de nuevo, incluso le baje la version del WP por si era que el theme era incompatible pero nada de nada.
Gracias por la ayuda a ambos. Se agradece tener a gente que te heche un cable cuando te vuelves loco y no das con la solucion a algo
Edito : Estoy dispuesto a regalar un backlink PR4 desde crearunaweb.net a quien pueda ayudarme a solucionarlo