'; + $post_content = get_the_content(); // do not display the content if it contains Blog, Post Slider, Fullwidth Post Slider, or Portfolio modules to avoid infinite loops @@ -11086,7 +11167,7 @@ function shortcode_callback( $atts, $content = null, $function_name ) { if ( has_excerpt() ) { the_excerpt(); } else { - truncate_post( 270 ); + echo wpautop( truncate_post( 270, false ) ); } } } else if ( has_excerpt() ) { @@ -11097,6 +11178,8 @@ function shortcode_callback( $atts, $content = null, $function_name ) { $more = 'on' == $show_more ? sprintf( ' %2$s' , esc_url( get_permalink() ), esc_html__( 'read more', 'et_builder' ) ) : ''; echo $more; } + + echo '