Saludos segun veo usas el themee tribal de gorilla themes para que funcione el paginavi tienes que hacer lo siguiente:
abre home.php
busca
Código:
<?php
$post = $wp_query->post;
$id = $wpdb->get_var("SELECT term_id FROM $wpdb->terms WHERE slug='" .get_option('gallery-category') ."'");
?>
<?php if (have_posts()) : ?>
<?php query_posts('cat=-' .$id .''); ?>
<?php while (have_posts()) : the_post(); ?>
Elimina esta linea:
Código:
query_posts('cat=-' .$id .'');
y listo...
Para que te quede mas chulo el blog puede editar mediante CSS el page navi o simplemente centrarlo con HTML en el codigo que añadiste al footer.. mira un ejemplo en mi web: [URL]www.djsecuatorianos.net/blog/[/URL]
Saludos...