'post', 'posts_per_page' => 4, 'offset' => 1, 'cat' => $calm_blog_cat_id, 'order' => 'DESC', ); $calm_blog_list_item = new WP_Query( $calm_blog_list_args ); $calm_blog_block_args = array( 'post_type' => 'post', 'posts_per_page' => 1, 'cat' => $calm_blog_cat_id, 'order' => 'DESC', ); $calm_blog_block_item = new WP_Query( $calm_blog_block_args ); $calm_blog_allowed_html = array( 'a' => array( 'href' => array(), 'title' => array() ), 'span' => array(), ); ?>
have_posts() ) : while ( $calm_blog_block_item->have_posts() ) : $calm_blog_block_item->the_post(); ?>

have_posts() ) : while ( $calm_blog_list_item->have_posts() ) : $calm_blog_list_item->the_post(); ?>