arkadaşlar basizlev1 temasını kullanmaktayım. sayfalama sorun vermekte. page/2 olduğu zaman nothing found oluyor fakat olmaması lazım. anasayfada statik bir sayfa gösterilmiyor, htaccess temiz, yeniledim ve yine sorunu çözemedim..

index.php içerisindekiler;

<?php get_header(); ?>
<?php get_sidebar(); ?>
<div class="post">
<?php query_posts($query_string . "showposts=10");  if(have_posts()) : while(have_posts()) : the_post(); ?>
<div class="cover">
<a title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php if( get_post_meta($post->ID, "resim", true) ): ?><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?> Film afişi" title="<?php the_title(); ?>" class="captify" height="241" width="164" /><?php else: ?><img src="<?php bloginfo('template_url'); ?>/images/resim.jpg" alt="<?php the_title(); ?> Film afişi" title="<?php the_title(); ?>" class="captify" height="241" width="164" /><?php endif; ?></a>
<h3><?php the_title(); ?></h3>
</div>
<?php endwhile; ?>
<?endif; ?>
<?wp_reset_query();?>
<?php wp_pagenavi(); ?>
<div class="clear"></div>
</div>
<?php get_footer(); ?>
İşin aciliyeti vardır. Yardımcı olana paypal 5 usd atacağım.