Ok, I have found a solution thanks to marc0047.
By replacing index.php with only:
<?php
query_posts($query_string.'&posts_per_page=1');
the_post();
wp_redirect(get_permalink(), '302');
return;
?>
I was able to achieve what I wanted to do.
Carolina
This topic says its resolved but there is no solution…
I have found several posts that have asked for this problem (including myself) but there is no solution.
Could you post yours?
Thanks,
Carolina