'post','posts_per_page' => 10,'paged' => $paged)); if($the_query->have_posts()): while($the_query->have_posts()): $the_query->the_post(); get_template_part('template-parts//content', get_post_format()); ?>