3, 'cat' => $post_cats[0], 'ignore_sticky_posts' => true, 'post__not_in' => array($ID) );
$tposts = new WP_Query( $args );
if ( $tposts->have_posts() ) :
while( $tposts->have_posts() ):
$tposts->the_post();
$c_post_ID = get_the_ID();
if( has_post_thumbnail( $c_post_ID ) ): ?>