Strip content from a post (with character limit) 16th February 2015 <?php echo substr(strip_tags($post->post_content), 0, 140);?> Copy to Clipboard