$post_count, 'post_type' => 'post', 'category__in' => wp_get_post_categories( $post->ID ), 'post__not_in' => array( $post->ID ), 'ignore_sticky_posts' => true, 'no_found_rows' => true, 'update_post_meta_cache' => false, 'update_post_term_cache' => false, ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : ?>

Related Posts

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