欢迎来到258分享网,纯净的网络源码分享基地!

258资源分享网

全部作品
全部作品
网站源码
微信源码
素材特效
源码插件
视频教程
建站学院
热门搜索: 织梦  农业种植  农业  安全设置  官方
258资源分享 > 建站学院 > 织梦教程 > 织梦文章属性增加推荐特荐图标

推荐下载

HTML5响应式自适应网咯设计

2020-05-12   浏览:740

高端HTML5响应式企业通用网

2020-05-06   浏览:521

html5响应式外贸网站英文版

2020-05-08   浏览:510

HTML5自适应律师工作室类网

2020-04-04   浏览:504

HTML5影视传媒文化公司类网

2020-05-12   浏览:501

织梦文章属性增加推荐特荐图标

发布时间:2020-06-20  

给有属性的文档加入指定的图标图片,注意单双引号

[field:flag runphp=yes] if(stristr(@me,"c")) @me = "[推荐]";else @me = "";[/field:flag]

[field:flag runphp=yes] if(stristr(@me,"a")) @me = "[特荐]";else @me = "";[/field:flag]

[field:flag runphp=yes] if(stristr(@me,"a")) @me = "<img src='图片地址'>";else @me = "";[/field:flag]

[field:flag runphp=yes] if(stristr(@me,"c")) @me = "<img src='图片地址'>";else @me = "";[/field:flag]

{dede:field name='flag' runphp='yes'} if(stristr(@me,"c")) @me = "[推荐]";else @me = "";{/dede:field}