my code in wordpress
<?php echo substr(get_the_excerpt(), 0, 160); ?>
but in view: thiên nhiên tuyệt vời, nh��...
How to fix special character
Thanks
my code in wordpress
<?php echo substr(get_the_excerpt(), 0, 160); ?>
but in view: thiên nhiên tuyệt vời, nh��...
How to fix special character
Thanks
You can use mb_substr()
instead