以下のコードで、文字数を制限して表示できます。

半角200文字にトリミングします。

<?php echo mb_substr(strip_tags($post-> post_content), 0, 200); ?>