6, 'ignore_sticky_posts' => 1]); if ( $hero_query->have_posts() ) : ?>
have_posts() ) : $hero_query->the_post(); $hero_posts_ids[] = get_the_ID(); get_template_part('template-parts/content', 'hero'); endwhile; wp_reset_postdata(); ?>
'post', 'posts_per_page' => 5, 'post__not_in' => $hero_posts_ids]; $main_query = new WP_Query($main_query_args); if ( $main_query->have_posts() ) : while ( $main_query->have_posts() ) : $main_query->the_post(); get_template_part('template-parts/content', 'list'); endwhile; else : echo '

Tidak ada artikel lain.

'; endif; ?>
max_num_pages > 1 ) : ?>