织梦专题模版修改{dede:field.note/}的方法

梦是一种欲望,想是一种行动。梦想是梦与想的结晶。当心灵趋于平静时,精神便是永恒!把欲望降到最低点,把理性升华到最高点,你会感受到:平安是福,清新是禄,寡欲是寿!

织梦专题页面调用标签为{dede:field.note/},但是它默认产生的代码需要我们人工修改下自己想要的,今天我们就来介绍下{dede:field.note/}默认代码修改方法。

1:认识默认{dede:field.note/}产生的代码:

<dl class="tbox">
                <dt><strong>.</strong></dt>
                <dd>
                    <ul class="d1 ico3">
                       <li><span class="date">[field:typename/]</span><a rel="nofollow noopener noreferrer" href="[field:arcurl /]" target="_blank">[field:title /]</a></li>
                    </ul>
                </dd>
</dl>

2:底层模板调用控制文件templets->system->channel_spec_note.htm

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

3:~spec_arclist~ 控制文件为:templets->system->spec_arclist.htm

<li><span class="date">[field:typename/]</span><a rel="nofollow noopener noreferrer" href="[field:arcurl /]" target="_blank">[field:title /]</a></li>

此代码为后台专题文档中的-单条记录的模板代码。

本文织梦专题模版修改{dede:field.note/}的方法到此结束。上游,是勇士劈风破浪的终点;下游,是懦夫一帆风顺的归宿。小编再次感谢大家对我们的支持!

标签: dede field