11/09/2015 at 10:27 am
#354079
Keymaster
@ Steve
To remove the bio excerpt, you would delete the code from the file mentioned in my last reply.
if ( $atts['excerpt_length'] ) {
echo cnString::excerpt(
$entry->getBio(),
array(
'length' => $atts['excerpt_length'],
'more' => $atts['excerpt_more']
)
);
} else {
echo $entry->getBio();
}
