I have a wordpress site with titles, and if the title has more than 50 characters I need to add an ellipsis (...) at the end of the title and stop the title at 50 characters. Be
Take the_title() out of quotes when using the strlen() function.
the_title()
strlen()