Expired
Hi,
I’m working on a website where I want 2 staff to appear but on the page only the first few lines appear. How do I make the whole text appear.
Thank you
Caroline
Hello,
Please edit the file vc_templates/staff.php, Find this line
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p> ';
and replace with:
$output .= '<p>'.get_the_content().'</p> ';
Best regards!
You must be logged in to reply to this topic.