>

post_title; /* or you can use get_the_title() */ $getlength = strlen($thetitle); $thelength = 35; echo esc_html(substr($thetitle, 0, $thelength) ); if ($getlength > $thelength) echo "..."; ?>

'', ) ); ?>