'post', 'posts_per_page' => absint( get_theme_mod( 'blog_section_number_posts', 3 )) ); $the_query = new WP_Query( $query_args ); if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); get_template_part( 'content', '' ); endwhile; wp_reset_postdata(); else : ?>