Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi Azam. Since I updated the theme the staff profiles are showing only the standard sized excerpt. I need it to show the full profile for each staff member. Here’s a page with staff profiles:
I have tried editing the staff.php file and changing the word count from 25 to 9999 but to no effect.
$output .= ‘<p>’.codeless_text_limit(get_the_excerpt(), 9999).'</p>’;
Can you please advise how to show the full profile.
Thanks
Hi,
Please share website url, wp-admin and ftp info (login/ passwords) and send using “private reply” .
Thanks,
Hi,
Please check and let me know.
I have updated the code in staff.php you can check:
change the function “get_the_excerpt()” to “get_the_content()”
Thanks,
That’s great. Thanks so much for sorting this so quickly. Mike.
You must be logged in to reply to this topic.