Hi all,
I've been searching for this for hours and surprisingly come up with nothing. I am using the great "more fields" plugin here:
When I output the content, I want to have a landing page with the intro text for each post. I would like to just grab the first 50 words of text or so from the post and show them only with at "read more" link to the post.
Is there a way to control the amount of words output on any type of content? My line of code is:
<?php meta('body-text'); ?>
Any help would be greatly appreciated.