'3', 'post_type' => 'post', 'category__in' => wp_get_post_categories( $post->ID ), 'post__not_in' => array( $post->ID ) ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { do_action( 'bansta_heading_tag' ); ?>
have_posts() ) : $query->the_post(); ?>