您现在的位置是:网站首页>建站学院织梦CMS
织梦怎么让文章中图片自动添加ALT属性
2021-07-16来源: 【织梦CMS】 人已围观
简介 打开/include/extend.func.php文件 在最下面加入:
//文章body优化替换 function replaceurl($newurl) { global $dsql,$id; //获
打开/include/extend.func.php文件 在最下面加入:
前端调用代码: {dede:field.body function=’replaceurl(@me)’/} 需要图片中的style width height属性就把上面代码修改成下面的代码
//文章body优化替换 function replaceurl($newurl) { global $dsql,$id; //获取图片附加表imgurls字段内容进行处 $row = $dsql->GetOne("SELECT title FROM dede_archives where id=$id"); //替换图片Alt为文档标题 $newurl=str_ireplace(array('alt=""','alt=/'/''),'',$newurl); $newurl=preg_replace("@ [/s]{0,}alt[/s]{0,}=[/"'/s]{0,}[/s/S]{0,}[/"'/s] @isU"," ",$newurl); $newurl=str_ireplace("<img " ,"<img alt=/"".$row['title']."/"",$newurl); //去掉结尾空格 $newurl=str_ireplace(" /","/",$newurl); $newurl=str_ireplace(" />","/>",$newurl); return $newurl; } |
前端调用代码: {dede:field.body function=’replaceurl(@me)’/} 需要图片中的style width height属性就把上面代码修改成下面的代码
//文章body优化替换 function replaceurl($newurl) { global $dsql,$id; //获取图片附加表imgurls字段内容进行处 $row = $dsql->GetOne("SELECT title FROM dede_archives where id=$id"); //去掉img的width和height $newurl=preg_replace('/style=/"width/:(.*)/"/','',$newurl); //替换图片Alt为文档标题 $newurl=str_ireplace(array('alt=""','alt=/'/''),'',$newurl); $newurl=preg_replace("@ [/s]{0,}alt[/s]{0,}=[/"'/s]{0,}[/s/S]{0,}[/"'/s] @isU"," ",$newurl); $newurl=str_ireplace("<img " ,"<img alt=/"".$row['title']."/"",$newurl); //去掉结尾空格 $newurl=str_ireplace(" /","/",$newurl); $newurl=str_ireplace(" />","/>",$newurl); return $newurl; } |
很赞哦! ()
猜您喜欢
相关文章
付费说明
1、安装cms后台,费用是200,基础费用200包括后台调试以及部分页面模板修改.
2、请加我个人微信 634626966,或者扫一扫微信二维码。备注“网站”
3、系统安装只限定于帝国cms,并且支持php,虚拟主机,请选择linux系统
4、【收费说明】制作企业网站,我是这么收费的!