'; // Render the featured image of the post. if ( ( '1' === $this->args['featured_image'] || 'yes' === $this->args['featured_image'] ) && has_post_thumbnail() ) { $featured_image_src = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' ); if ( $featured_image_src[0] ) { $html .= '
'; $html .= ''; $html .= '
'; } } $content = get_the_content(); // Nested containers are invalid for scrolling sections. $content = str_replace( '[fusion_builder_container', '[fusion_builder_container is_nested="1"', $content ); $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); $html .= $content; $html .= '