default_data()); } //set query args to show specified amount or show all posts from particular category. $post_ids = array(); $count = 0; if(absint($the_business_wp_option['slider_cat'])!=''){ array_push($post_ids,absint($the_business_wp_option['slider_cat'])); $count++; } if(absint($the_business_wp_option['slider_cat2'])!=''){ array_push($post_ids,absint($the_business_wp_option['slider_cat2'])); $count++; } if(absint($the_business_wp_option['slider_cat3'])!=''){ array_push($post_ids,absint($the_business_wp_option['slider_cat3'])); $count++; } $args = array( 'post_type' => 'post' , 'post__in' => $post_ids , 'orderby' => 'post__in', 'order' => 'DESC') ; $loop = new WP_Query($args); if($count==0): ?>