'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);
$thumbnailIMG = (!empty($thumb)) ? $thumb[0] : get_template_directory_uri()."/assets/images/".$placeholder;
$thumbnailALT = (get_post_meta( get_post_thumbnail_id(), '_wp_attachment_image_alt', true )) ? get_post_meta( get_post_thumbnail_id(), '_wp_attachment_image_alt', true ) : get_the_title() ;
?>