wordpress文章摘要字数限制
wordpress文章摘要字数限制和 wordpress标题字数限制 的方法2是同一道理 用下面的代码即可解决
<?php echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 470,"......"); ?>
wordpress文章摘要字数限制和 wordpress标题字数限制 的方法2是同一道理 用下面的代码即可解决
<?php echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 470,"......"); ?>