$advent_options['post-category'],
'meta_query' => array(
array(
'key' => '_thumbnail_id',
'compare' => 'EXISTS'
),
)
);
$advent_query = new $wp_query($advent_args);
if ($advent_query->have_posts()) { ?>
found_posts >= 4) { ?>
have_posts()) {
$advent_query->the_post(); ?>
get_the_title(), 'class' => 'img-responsive') );
endif; ?>