织梦文章和图集里图片自动ALT注释为文章标题的
导读:织梦技巧织梦技巧在织梦目录里打开 include/arc.archives.class.php 文件 找到 $this-Fields[typename] = $this-Typseo网站排名优化软件建设网站公司。
在织梦目录里打开 include/arc.archives.class.php 文件 找到 $this-Fields[typename] = $this-TypeLink-TypeInfos[typename]; @SetSysEnv($this-Fields[typeid],$this-Fields[typename],$this-Fields[id],$this-Fields[title],archives); 在其下边添加 //文章模板中的图片自动添加alt属性为标题 $this-Fields[bo […]
在织梦seo网站关键词优化目录里打开 include/arc.archi网站优化seo培训ves.class.p网站建设教程hp 文件
找到
$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];
@SetSysEnv($this->Fields['typeid'],$this->Fields['typename'],$this->Fields['id'],$this->Fields['title'],'archives');
在其下边添加
//文章模板中的图片自动添加alt属性为标题
$this->Fields['body'] = str_ireplace(array('alt=""','alt=\'\''),'',$this->Fields['body']);
$this->Fields['body'] = preg_replace("@ [\s]{0,}alt[\s]{0,}=[\"'\s]{0,}[\s\S]{0,}[\"'\s] @isU"," ",$this->Fields['body']);
$this->Fields['body'] = str_ireplace("<img " ,"<img alt=\"".$this->Fields['title']."\" ",$this->Fields['body']);
//图集模板中的图片自动添加注释为标题
$this->Fields['imgurls'] = str_ireplace(array('alt=""','alt=\'\''),'',$this->Fields['imgurls']);
$this->Fields['imgurls'] = preg_replace("@ [\s]{0,}alt[\s]{0,}=[\"'\s]{0,}[\s\S]{0,}[\"'\s] @isU"," ",$this->Fields['imgurls']);
$this->Fields['imgurls'] = str_ireplace("<img " ,"<img alt=\"".$this->Fields['title']."\" ",$this->Fields['imgurls']);
相关seo网站排名优化软件建设网站公司。声明: 本文由我的SEOUC技术文章主页发布于:2023-05-25 ,文章织梦文章和图集里图片自动ALT注释为文章标题的主要讲述标题,文章,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_8623.html