Skip to main content
News

University Marketing Introduces Rebrand Plan at ASUN Senate

By November 13, 2025No Comments
if( function_exists('nectar_social_sharing_output') && 'default' == $blog_social_style && 'image_under' === $blog_header_type) { nectar_social_sharing_output('vertical'); } $gallery_attr = null; if( '1' !== $hide_featrued_image && 'image_under' !== $blog_header_type ) { // Featured Image. if( null === $nectar_post_format || false === $nectar_post_format || 'image' === $nectar_post_format) { if ( has_post_thumbnail() && '1' !== $single_post_header_inherit_fi ) { echo '' . get_the_post_thumbnail( $post->ID, 'full', array( 'title' => '' ) ) . ''; } } // Video. else if( 'video' === $nectar_post_format ) { get_template_part( 'includes/partials/blog/media/video-player' ); } // Audio. else if( 'audio' === $nectar_post_format ) { get_template_part( 'includes/partials/blog/media/audio-player' ); } } // Quote. if( 'quote' === $nectar_post_format ) { get_template_part( 'includes/partials/blog/media/quote' ); } // Link. else if( 'link' === $nectar_post_format ) { get_template_part( 'includes/partials/blog/media/link' ); } // Gallery. else if( 'gallery' === $nectar_post_format && '1' !== $hide_featrued_image ) { $enable_gallery_slider = get_post_meta( get_the_ID(), '_nectar_gallery_slider', true ); if ( ! empty( $enable_gallery_slider ) && 'on' === $enable_gallery_slider ) { $gallery_script = 'flickity'; $blog_type = ( isset($nectar_options['blog_type']) ) ? $nectar_options['blog_type'] : ''; // Blog Type/Style will determine what gallery script is used. if( strpos($blog_type, 'masonry') !== false ) { // Masonry style. $blog_masonry_style = ( ! empty( $nectar_options['blog_masonry_type'] ) ) ? $nectar_options['blog_masonry_type'] : 'classic'; if( 'classic' === $blog_masonry_style ) { $gallery_script = 'flexslider'; } } else { // Standard style. $blog_standard_style = ( ! empty( $nectar_options['blog_standard_type'] ) ) ? $nectar_options['blog_standard_type'] : 'classic'; if( 'classic' === $blog_standard_style ) { $gallery_script = 'flexslider'; } } if( 'flickity' === $gallery_script ) { 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 '
'; ?>

Leave a Reply