';
get_template_part( 'includes/partials/blog/media/gallery-flickity' );
echo '
';
} else {
get_template_part( 'includes/partials/blog/media/gallery-flexslider' );
}
$gallery_attr = ' data-has-gallery';
}
}
echo '';
// Post content.
if( 'link' !== $nectar_post_format ) {
the_content( '' . esc_html__( 'Read More', 'salient' ) . '' );
}
// Tags.
if ( '1' === $nectar_options['display_tags'] && has_tag() ) {
echo ' ';
}
echo '
';
?>
