<?php $wp_query = new WP_Query(array('cat' => 8, 'paged' => $_GET['page'])); while($wp_query->have_posts()) : $wp_query->the_post(); ?>