Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi guys,
Is there a way to increase the number of words displayed for each single staff?
Much thanks,
MM
Hello,
Yes, there is. Please go to file vc_templates/staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
replace with this:
$output .= '<p>'.codeless_text_limit(get_the_content(), 50).'</p>';
Where 50 is the number of words to show. Increase it to your wish.
Let us know.
Best regards!
Hello,
I am very glad to help. Would you please care to rate the product with 5 stars under the Downloads tab of your Envato profile?
It is very important for us to be able to keep working hard and provide more
awesome work.
Thank you very much!
You must be logged in to reply to this topic.