my excerpt is not working not displaying help please
i also use this code but nothing
if(isset($testimonial->post_excerpt) && $testimonial->post_excerpt != ”){
echo ‘<div class=”content”>’.wpautop($testimonial->post_excerpt).'</div>’;
}
elseif( strlen($testimonial->post_content) > $words) {