CodeHQ

Posts Tagged ‘Strip content’

|

Strip content from a post (with character limit)

Monday, February 16th, 2015

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

Tags:
Posted in PHP, WordPress | No Comments »