海阔天空

当前时间为:
欢迎大家来到海阔天空https://www.9713job.com,广告合作以及淘宝商家推广请微信联系15357240395

wp获取摘要

未分类
2020-02-17 20:51:12
1822677238@qq.com

手机扫码查看

wp获取摘要


<?php global $more; $more = 0; $my_content = strip_tags(get_the_excerpt(), $post->post_content);
$my_content = mb_strimwidth($my_content, 0, 100,"..." ); //摘要前500字节
if (mb_strlen($my_content,'utf-8') < 10){ echo "对不起没有摘要"; } //少于10字节提示语言
else echo $my_content;?>

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注