-
税务筹划公司登记代理网...
-
品牌设计建设类网站织梦...
-
建筑规划施工类网站织梦...
-
茶几茶盘类网站织梦模板...
-
五谷杂粮米业类网站织梦...
-
全自动环保污水处理设备...
-
天花板循环扇类网站织梦...
-
网站建设开发类网站织梦...
-
投资财富管理类网站织梦...
-
恋爱情感资讯类网站织梦...
-
货物运输汽车贸易类网站...
-
房屋建造设计类网站织梦...
-
智能家居类网站织梦模板...
-
QQ个性空间日志资讯类网...
-
新闻博客类网站织梦模板...
-
艺考培训类网站织梦模板...
-
餐饮服务管理类网站织梦...
-
建筑智能研发系统类网站...
-
短视频直播带货类网站织...
-
医疗机构类网站织梦模板...
1、找到后台登录目录,默认为dede目录,找到以下文件:
/archives_add.php
/archives_edit.php
/article_add.php
/article_edit.php
记得四个文件都要修改
如果修改专题摘要,还得修改:
/spec_add.php
/spec_edit.php
-------------------------
查找以下代码:
$title= cn_substrR($title,$cfg_title_maxlen);$shorttitle = cn_substrR($shorttitle,36);//简略标题字符数$color = cn_substrR($color,7);$writer = cn_substrR($writer,20);//作者字符数$source = cn_substrR($source,30);//文章来源字符数$description = cn_substrR($description,600);//摘要字符数$keywords = trim(cn_substrR($keywords,30));//关键词字符数$filename = trim(cn_substrR($filename,40));//文件名字符数if(!TestPurview('a_Check,a_AccCheck,a_MyCheck'))
修改相应括号里的数字为想要显示的字符数
2、修改数据表打开数据表,找到相关数据表,查找:
description字段,将其中数值改为想要的字符数。此方法还可以修改其他显示字符的数值。


