How do I echo the first 150 characters of a WYSIWYG?

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 21, 2017   (RSS)

By zip222 - March 21, 2017

How do I echo the first 150 characters of a WYSIWYG?

I am trying to use the content for a meta description tag.

I will need to strip out any HTML.

thanks :)

<?php echo $page['content']; ?>

change to...