hello my dear.
I have the same probleme than Tribel. In my theme index.php, i have this and i dont find how i can resolve.
if (have_posts()) {
/* Display navigation to next/previous pages when applicable */
if (theme_get_option(‘theme_’ . (theme_is_home() ? ‘home_’ : ”) . ‘top_posts_navigation’)) {
theme_page_navigation();
}