>
', '' ); } if ( 'post' === get_post_type() ) : ?>
→', 'flare' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '"', '"', false ) ) ); } elseif( 'thumbnail-and-full-post' == $flare_archive_layout ){ if( 'left' == $flare_archive_image_align ){ echo "
"; the_post_thumbnail('medium'); } elseif( 'right' == $flare_archive_image_align ){ echo "
"; the_post_thumbnail('medium'); } else{ echo "
"; the_post_thumbnail('full'); } echo "
";/*div end*/ the_content( sprintf( /* translators: %s: Name of current post. */ wp_kses( __( 'Continue reading %s ', 'flare' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '"', '"', false ) ) ); } else{ if( 'left' == $flare_archive_image_align ){ echo "
"; the_post_thumbnail('medium'); } elseif( 'right' == $flare_archive_image_align ){ echo "
"; the_post_thumbnail('medium'); } else{ echo "
"; the_post_thumbnail('full'); } echo "
";/*div end*/ the_excerpt(); } ?> '', ) ); ?>