6, 'category' => 2, // пока тольео события 'orderby' => 'date', 'order' => 'DESC', 'include' => array(), 'exclude' => array(), 'post_type' => 'post', 'post__not_in' => array($post_id), 'meta_query' => array( array( 'key' => '_thumbnail_id', //'compare' => 'EXISTS' ) ), 'suppress_filters' => true, // подавление работы фильтров изменения SQL запроса ) ); # вывод поста if( $posts ): $nr = 0;?>