0 then intro=left(content,zc_article_excerpt_max) & "......"intro=transferhtml(intro,"[nohtml]")这样就没有html代码和可以控制长度了,注意zc_article_excerpt_max这个参数在c_option.asp文件中修改!"/>

zblog控制摘要长度和去掉摘要html代码的方法 -m6米乐app登录

6,855views
2 comments

共计 340 个字符,预计需要花费 1 分钟才能阅读完成。

在最新版 2.0 中,怎么去掉摘要的 html 代码和控制摘要的长度呢?
找到 zb_system/function/c_system_lib.asp

打开上面的文件。在 740 行左右有一条注释了的语句‘if len(intro)=0 then intro=left(content,zc_article_excerpt_max) & "…" 将注释去掉,改为

if len(intro)>0 then intro=left(content,zc_article_excerpt_max) & "……"
intro=transferhtml(intro,"[nohtml]")

这样就没有 html 代码和可以控制长度了,注意 zc_article_excerpt_max 这个参数在 c_option.asp 文件中修改!

正文完
 
m6米乐app登录 copyright notice: our original article, by 网站建设 2012-12-04 publish, total 340 words.
转载说明:除特殊说明外本站文章皆由cc-4.0协议发布,转载请注明出处。
comment(2 comments)
2015-11-26 11:19:55

关注中!感兴趣的朋友都来说说

     中国湖北省荆门市移动
2015-11-26 11:20:03

经验啊… 向博主学习

     中国湖北省荆门市移动
网站地图