'post',
'posts_per_page' => avventura_lite_setting('avventura_lite_slideshow_limit','-1')
);
$query = new WP_Query($args);
if ( $query->have_posts() ) :
?>
have_posts() ) : while ( $query->have_posts() ) : $query->the_post();
global $post;
$thumb = wp_get_attachment_image_src( get_post_thumbnail_id(), $size);
$thumbnail = (!empty($thumb)) ? $thumb[0] : get_template_directory_uri()."/assets/images/".$placeholder;
?>