https://wordpress.stackexchange.com/questions/67498/how-to-include-line-breaks-in-the-excerpt
function get_the_excerpt_theme() { $excerpt = get_the_excerpt(); $excerpt = apply_filters( 'the_excerpt', $excerpt ); return $excerpt; }