dede专题不显示节点名称的方法

专题里写了节点标签:{dede:field.note noteid='节点标识'/}。但读出来的文章列表前面带有节点名称文字,所以打开/templets/system/channel_spec_note.htm这是默认的节点容器模板。
按照如下修改,隐藏节点名称

<dl class="tbox"> <!--dt><strong>~notename~</strong></dt--> <dd> <ul class="d1 ico3"> ~spec_arclist~ </ul> </dd> </dl>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/df44b0317f10d4b4e5fe8cccbfaba172.html