<get_posts_container(); ?> render_post_class(); ?>> $image_data['height'] ) { $class_name .= ' fl-post-gallery-img-horiz'; } else { $class_name .= ' fl-post-gallery-img-vert'; } } global $post; $image = get_the_post_thumbnail( $post, 'large', array( 'class' => $class_name, ) ); /** * Either display the thumbnail if available or show default no-image. */ if ( '' !== $image ) { echo $image; } else { if ( '' !== $settings->image_fallback_src ) { printf( '', $settings->image_fallback_src ); } else { echo FLBuilder::default_image_html( 'fl-post-gallery-img fl-post-gallery-img-horiz wp-post-image' ); } } ?>
has_icon && 'above' == $settings->icon_position ) : ?>

show_date ) : ?> date_format ); ?> has_icon && 'below' == $settings->icon_position ) : ?>
get_posts_container(); ?>>