1, 'post_status' => 'publish', 'tag_id' => $posttag, 'cat' => $postcat, 'ignore_sticky_posts' => 1, ) ); $args = array( 'posts_per_page' => 5, 'offset' => 1, 'post_status' => 'publish', 'tag_id' => $posttag, 'cat' => $postcat, 'ignore_sticky_posts' => 1, ); $pirate_rogue_section_one_second_query = new WP_Query( $args ); ?>

have_posts()) { while($pirate_rogue_section_one_first_query->have_posts()) : $pirate_rogue_section_one_first_query->the_post(); get_template_part('template-parts/content-frontpost-big' ); endwhile; } // have_posts() ?>
have_posts()) { while($pirate_rogue_section_one_second_query->have_posts()) : $pirate_rogue_section_one_second_query->the_post(); get_template_part('template-parts/content-frontpost-small' ); endwhile; } // have_posts() wp_reset_postdata(); ?>