absint($buzz_magazine_featured_posts_per_page ), 'post_type' => 'post', 'post_status' => 'publish', 'post__not_in' => get_option( 'sticky_posts' ), ); $buzz_magazine_query_for_featured = new WP_Query( $buzz_magazine_argc ); if ($buzz_magazine_query_for_featured->have_posts()):?>
have_posts()):$buzz_magazine_query_for_featured->the_post(); ?>

'post', 'post_status' => 'publish', 'post__not_in' => get_option( 'sticky_posts' ), ); if ($buzz_magazine_id_cat > 0){ $buzz_magazine_argc['cat'] = absint($buzz_magazine_id_cat); } if ($buzz_magazine_slider_post_per_page > 0){ $buzz_magazine_argc['posts_per_page'] = absint($buzz_magazine_slider_post_per_page); } $buzz_magazine_query_for_slider = new WP_Query( $buzz_magazine_argc ); if ($buzz_magazine_query_for_slider->have_posts()):?>
have_posts()):$buzz_magazine_query_for_slider->the_post();?>