1, 'post__not_in' => $sticky, 'category__in' => $cat, 'paged' => $paged ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); ?>