Reply To: Add Author Bio to Post
OK, apparently I’m not smart enough to figure out how to truncate it, haha. I didn’t understand the link you gave me at all so I’ve been trying to mess around with a code I found for truncating post titles but I can’t seem to get it to work. Here is what I’m trying to use.
$short_title = bp_member_profile_data('field=Bio','','',false);
$short_title = substr($short_title,0,30);
echo $short_title;
Any help would be appreciated