array('whis_image','whis_how_to','whis_slideshow'), 'posts_per_page' =>1,'cat'=>3); $first_query = new WP_Query($args1); $todays_post = wp_list_pluck( $first_query->posts, 'ID' ); if(! is_paged()){ while($first_query->have_posts()) : $first_query->the_post(); ?>
'.  $image_alt .''; endif; }?>

at

array('whis_image','whis_how_to','whis_slideshow'), 'post__not_in' => $todays_post, 'cat' => -3, 'posts_per_page' => 6, 'paged'=>$paged, )); while ($wp_query->have_posts()) : $wp_query->the_post(); ?>
'.  $image_alt .''; } ?>

at

ID; ?>
$wp_query ) ); ?>