>
|
    'post', 'posts_per_page' => '2', 'post_status' => 'publish', 'post__not_in' => array($post_id), ); $post_others = new WP_Query( $args); if ($post_others->have_posts()): ; while ( $post_others->have_posts() ) : $post_others->the_post(); ?>
  •