$theme_paged ); $custom_query = new WP_Query( $args ); while($custom_query->have_posts()) : $custom_query->the_post(); get_template_part( 'template-parts/content' ); endwhile; // end of the loop. wp_reset_postdata(); ?>