Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Farmatique/de9cd418c51da9a7e334ec121ec2ca09 to your computer and use it in GitHub Desktop.
Save Farmatique/de9cd418c51da9a7e334ec121ec2ca09 to your computer and use it in GitHub Desktop.
Wordpress custom excerpt custom text trim cut
<?php echo mb_strimwidth(get_sub_field('title'), 0, 50, '...'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment