>
ID, ['fields'=>'ids']); $buzz_magazine_args = array( 'post_type' => 'post', 'posts_per_page' => absint( $buzz_magazine_display_per_number), 'post_status' => 'publish', 'paged' => 1, 'category__in' => $buzz_magazine_related_cat_ids, 'post__not_in' => array(absint(get_the_ID())) ); $buzz_magazine_query_related_posts = new WP_Query( $buzz_magazine_args ); if ($buzz_magazine_query_related_posts->have_posts()) : $buzz_magazine_count= 0; ?>

have_posts() ) : $buzz_magazine_query_related_posts->the_post();?>