CodeHQ

Strip content from a post (with character limit)

<?php echo substr(strip_tags($post->post_content), 0, 140);?>