$cats, 'paged' => get_query_var('paged')), $query_string); // $args = $query_string.'&paged='.get_query_var('paged').'&cat='.$cats; query_posts($args); $wp_query->is_home = true; } /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ get_template_part('loop', 'index'); ?>