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