<?php get_header(); ?>
<?php
$temp = $wp_query;
$wp_query= null;
$wp_query = new WP_Query();
$wp_query->query('paged='.$page);
?>
<section id="primary">
<div id="content" class="full-content" role="main">
<div class="ngg-albumoverview">
<?php
query_posts('showposts=45&orderby=date&cat=423&paged='.$paged );
while (have_posts()) : the_post(); ?>
<?php if(get_post_meta($post->ID, 'mvb_thumb_url', true)) { ?>
<?php $videothumb = get_post_meta($post->ID, 'mvb_thumb_url', true); ?>
<div class="ngg-album-compact">
<div class="ngg-album-compactbox">
<div class="ngg-album-link">
<a class="Link" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<img class="Thumb" alt="<?php the_title(); ?>" src="timthumb.php?src=<?php echo $videothumb ?>&h=90&w=120">
</a>
</div>
</div>
</div>
<?php } ?>
<?php endwhile;
wp_reset_query();
?>
<?php wt_pagination(); ?>
<div class="ngg-clear"></div>
</div>
</div><!-- /content -->
</section><!-- /primary -->
<?php get_footer(); ?>büyük ihtimal çalışacaktır hocam, kolay gelsin.