Created
March 3, 2019 17:17
-
-
Save Farmatique/de9cd418c51da9a7e334ec121ec2ca09 to your computer and use it in GitHub Desktop.
Wordpress custom excerpt custom text trim cut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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