post_title, 'UTF-8') > 100){ echo mb_substr(strip_tags($post->post_title), 0, 100, 'UTF-8').'...'; }else{ echo strip_tags($post->post_title); } ?>