');
background-color: ;
background: ; /* Use the gradient setting here */
background-position: ;
background-size: ;
background-repeat: ;
background-attachment: ;
/* Add other background styles here using the appropriate get_theme_mod calls */">
'post',
'posts_per_page' => 6,
);
$blog_posts = new WP_Query($blog_args);
while ($blog_posts->have_posts()) {
$blog_posts->the_post();
?>