have_posts()) { while ($query->have_posts()) { $post_count++; $query->the_post(); get_template_part('content', 'post', ['full_width' => $post_count === 1 && $large_first_image]); if ($post_count === ($large_first_image ? 5 : 4)) : ?>