>
'featured-icon' ) ); } elseif ( is_single() && get_theme_mod( 'mardi_gras_post_thumbnail_visibility' ) == 2 ) { the_post_thumbnail(); } elseif ( is_single() && get_theme_mod( 'mardi_gras_post_thumbnail_visibility' ) == 3 ) { the_post_thumbnail( array( '60', '60' ), array( 'class' => 'featured-icon' ) ); } if ( is_single() ) { the_title( '

', '

' ); } else { the_title( '

', '

' ); } if ( 'post' === get_post_type() ) { if ( is_single() && get_theme_mod( 'mardi_gras_post_meta_visibility' ) !== '2' || ! is_single() && get_theme_mod( 'mardi_gras_archive_meta_visibility' ) !== '2' ) { ?>
'; the_excerpt(); echo ''; } elseif ( get_theme_mod( 'mardi_gras_blog_visibility', 2 ) == 2 ) { echo '
'; the_content(); wp_link_pages( array( 'before' => '', ) ); echo '
'; } if ( get_post_type() === 'post' && get_theme_mod( 'mardi_gras_archive_meta_visibility', '1' ) === '1' ) { ?> '; the_content(); wp_link_pages( array( 'before' => '
' . esc_html__( 'Pages:', 'mardi-gras' ), 'after' => '
', ) ); ?> __( 'Previous', 'mardi-gras' ), 'next_text' => __( 'Next', 'mardi-gras' ), ) ); } // End if(). ?>