Greetings,
After i have upgraded from 2.6.3 to 2.6.5 i have encountered a problem with old entries for front page only.
when ever i tried to click on old entries i still get the same entries in the front page, archives, categories old entries works fine.
when switching to another theme old entries works fine for front page.
i have checked the code and it's same for all files anyway i'll post it here
<div id="post-navigator">
<?php if (function_exists('wp_pagenavi')) : ?>
<?php wp_pagenavi(); ?>
<?php else : ?>
<span class="alignright"><?php previous_posts_link('Newer Entries »'); ?></span>
<spanclass="alignleft"><?php next_posts_link('« Older Entries'); ?></span>
<?php endif; ?>
</div>