absint( $theme_options['slider_cat'] ), 'post_status' => 'publish', 'posts_per_page' => 6, 'ignore_sticky_posts' => 1, ); } else{ $slider_args = array( 'post_status' => 'publish', 'posts_per_page' => 6, 'ignore_sticky_posts' => 1, ); } $slider_query = new WP_Query( $slider_args ); if ( $slider_query->have_posts() ) { ?> absint( $theme_options['slider_cat'] ), 'post_status' => 'publish', 'posts_per_page' => 3, 'ignore_sticky_posts' => 1, ); } else{ $slider_args = array( 'post_status' => 'publish', 'posts_per_page' => 3, 'ignore_sticky_posts' => 1, ); } $slider_query = new WP_Query( $slider_args ); if ( $slider_query->have_posts() ) { ?>