Looks like you are just forgetting to reassign the title back to the original object.
PHP Code:
$post_obj->post_title = $post_title;
Place that line after your truncating
Edit:
Also I don't know which title you are trying to post.. You have two "post_title"'s from two different classes