absint( $slider_number ), 'post_type' => 'post', 'post_status' => 'publish', 'paged' => 1, ); if ( absint( $slider_category ) > 0 ) { $slider_args['cat'] = absint( $slider_category ); } // Fetch posts. $the_query = new WP_Query( $slider_args ); ?> have_posts() ) : ?>