Soru 1
Video sayfası yaptım ancak sayfalama çalışmıyor. Link değişmesine rağmen aynı içeriği gösteriyor.

<?php get_header(); ?>
<section id="primary">
	<div id="content" class="full-content" role="main">
		<div class="ngg-albumoverview">
			<?php query_posts('showposts=45&orderby=date&cat=423'); ?>
				<?php 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; ?>
					<?php wt_pagination(); ?>
				<div class="ngg-clear"></div>
		</div>
		
			
	</div><!-- /content -->
</section><!-- /primary -->


<?php get_footer(); ?>
Soru 2


Resimdeki gibi yazı alanındaki butonlar kayboldu. Site genel ayarlarında site adresini www. suz olarak girdiğimde düzeliyor ancak neden böyle oldu anlamıyorum. www. suz kullanmakta istemiyorum. Tüm eklentileri pasifleştirdim, hatta son sürümü tekrar yükledim ancak sorun devam ediyor.