1)); $other_posts = new WP_Query(array("posts_per_page" => 2, "offset" => 1)); ?>
the_post() ?>
"first-post__thumbnail"]) ?>

have_posts()) : $other_posts->the_post() ?>
"other-post__thumbnail"]) ?>


Latest Posts

8, 'post_type' => 'post'); $latest_posts = new WP_Query($args); if ($latest_posts->have_posts()) : while ($latest_posts->have_posts()) : $latest_posts->the_post() ?>