<?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; ?>
<?php wp_pagenavi(); ?>
<?wp_reset_query();?>
<div class="clear"></div>
</div>
<?php get_footer(); ?>bu şekilde deneyebilir misiniz ?