欢迎来到入门教程网!

dedecms

当前位置:主页 > CMS教程 > dedecms >

织梦dedecms栏目内容自动标签的方法

来源:本站原创|时间:2021-08-05|栏目:dedecms|点击:

织梦dedecms栏目内容自动标签的方法,处理写法如下:
 
{dede:field.content runphp="yes"}  
                    $str = preg_replace("/^s+/", "", html2text(@me));  
                    if( !empty($str)  ){  
                        @me = '<div class="content">'.@me.'</div>';  
                    }else{  
                        @me = '';     
                    }  
{/dede:field.content}  
 
由于栏目内容默认有标签或者空格吧,所以要先处理。
 

上一篇:织梦列表页标题加页码的方法

栏    目:dedecms

下一篇:织梦channelartlist标签不支持currentstyle属性怎么办

本文标题:织梦dedecms栏目内容自动标签的方法

本文地址:https://www.xiuzhanwang.com/a1/dedecms/15895.html

更多dedecms

您可能感兴趣的文章

阅读排行

本栏相关

随机阅读

网页制作CMS教程网络编程软件编程脚本语言数据库服务器

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:835971066 | 邮箱:835971066#qq.com(#换成@)

Copyright © 2002-2020 脚本教程网 版权所有