>
' : '';
is_active_sidebar( 'right-sidebar' ) ? the_post_thumbnail( 'rara-academic-with-sidebar' ) : the_post_thumbnail( 'rara-academic-without-sidebar' );
echo ( !is_single() ) ? '' : '
';
}
?>
→', 'rara-academic' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '"', '"', false )
) );
}else{
if( false === get_post_format() && !$ed_full_content ){
the_excerpt();
}else{
the_content( sprintf(
/* translators: %s: Name of current post. */
wp_kses( __( 'Continue reading %s →', 'rara-academic' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '"', '"', false )
) );
}
}
?>