Tagged Questions
2
votes
1answer
444 views
Truncating custom fields
I'm using custom fields to pull a secondary description. I'd like to use the built in WordPress truncate but can't seem to figure it out.
$desc = get_post_meta($post->ID, "youtube-desc", true);
...