( !empty( $instance['scmod_gallery_limit'] ) ? (int)$instance['scmod_gallery_limit'] : -1 ), 'post_status' => 'publish', 'post_type' => 'gallery' ); $gallery = wp_get_recent_posts( $args ); $gallery_style = empty( $instance['scmod_gallery_shuffle'] ) || $instance['scmod_gallery_shuffle'] == 'normal' ? 'normal' : 'shuffle'; ?>