最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
当前位置:主页 > 网站建设 > 织梦怎么让文章中图片自动添加ALT属性,dedecms

织梦怎么让文章中图片自动添加ALT属性,dedecms

时间:2023-07-17 11:07:17 阅读: 文章分类: 网站建设 作者: 织梦编辑员

导读:dedecmsdedecms打开/include/extend.func.php文件 在最下面加入: //文章body优化替换 function replaceurl($newurl) {梦织模板织梦网站模板。

梦织模板织梦网站模板打开/include/extend.func.php文件   在最下面加入:   //文章body优化替换         function replaceurl($newurl)   &nbsdede模板堂p;     {         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(" />",&梦织模板quot;/>",$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 " ,"<dede后台模板img  alt=\"".$row['title']."\"",$newurl);     //去掉结尾空格     $newurl=str_ireplace(" /","/",$newurl);     $newurl=str_ireplace(" />","/>",$newurl);     return $newurl;      }    相关梦织模板织梦网站模板。

关键词标签: 标签 织梦 属性

声明: 本文由我的SEOUC技术文章主页发布于:2023-07-17 ,文章织梦怎么让文章中图片自动添加ALT属性,dedecms主要讲述属性,标签,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_28738.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章