DedeCMS5.7中的dede:channel标签不支持调用栏目简介description及关键词keywords,我们可以通过修改channel标签源文件来调用栏目简介description及关键词keywords,具体方法如下: 打开include\taglib\c
正在浏览:channel
dedecms的arclist循环中,判断如果是第一个li,则添加固定的css,否则不加 经过dede58测试,同样在channel标签里也适用。 写法如下: {dede:arclist row=4 flag=p} li [field:global name =autoindex runphp =y
{dede:channel type=son channelid=20 row=10 currentstyle=dd class=selecta href=~typelink~strong~typename~/strong/a /dd} dda href=[field:typeurl/]strong[field:typename/]/strong/a/dd {/dede:channel} 在channel使用typeid和type指定子级栏目
网上很多人说dede:channel 调用{dede:field.seotitle /} 只要把{dede:field.seotitle /}改成[field:seotitle/] 就行了 可是自己试了下还是不行. 最后才发现原来要在 include\taglib\channel.lib.php 找到下面黑色代码