织梦channel标签下判断内容不为空输出内容

CMS yun 9年前 (2015-08-23) 3247次浏览 扫描二维码
{dede:channel }
[field:type5 function='( strlen("@me")>1 ? red : "@me" ) '/]
{/dede:channel}

type5 为一个自定义字段 可自行更改需要的参数 代码意思是 如果调用的 type5 大于 1 则输出 red
实战:

1 ? red : "@me" ) '/]">

如果自定义内容 type5 不为空的话,则显示为红色
拓展:

[field:type5 function='( strlen("@me")>30 ? cn_substr("@me",30)."..." : "@me" )'/]
[field:title function='( strlen("@me")>30 ? cn_substr("@me",30)."..." : "@me" )'/]
[field:array runphp='yes'] if (@me['shorttitle']=='') @me=@me['title'];else @me=@me['shorttitle'];[/field:array]

1、2 如果调用的内容字符多余 30 那么显示前 30 个字加省略号
3、 如果副标题为空显示完整标题


个人分享+网络资源丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 随意转载织梦 channel 标签下判断内容不为空输出内容
喜欢 (2)
[info@ldzgr.com]
分享 (0)